MCPcopy Create free account
hub / github.com/apify/crawlee-python / new_browser

Method new_browser

src/crawlee/browsers/_browser_plugin.py:86–91  ·  view source on GitHub ↗

Create a new browser instance. Returns: A new browser instance wrapped in a controller.

(self)

Source from the content-addressed store, hash-verified

84
85 @abstractmethod
86 async def new_browser(self) -> BrowserController:
87 """Create a new browser instance.
88
89 Returns:
90 A new browser instance wrapped in a controller.
91 """

Callers 5

_launch_new_browserMethod · 0.45
test_new_browserFunction · 0.45
test_new_browserFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_new_browserFunction · 0.36
test_new_browserFunction · 0.36