Skip to content

Commit 0b22387

Browse files
update
1 parent 8fe72cd commit 0b22387

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

stagehand/main.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -453,14 +453,6 @@ async def init(self):
453453

454454
self._initialized = True
455455

456-
async def _connect_local_browser_threaded(
457-
self, playwright, launch_options, stagehand, logger
458-
):
459-
"""Connect to local browser using the threaded Playwright instance."""
460-
return await self._playwright_runner.run_coroutine_async(
461-
connect_local_browser(playwright, launch_options, stagehand, logger)
462-
)
463-
464456
def agent(self, **kwargs) -> Agent:
465457
"""
466458
Create an agent instance configured with the provided options.

0 commit comments

Comments
 (0)