MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / launch

Method launch

tests/test_chromium.py:282–283  ·  view source on GitHub ↗
(headless, proxy, **kwargs)

Source from the content-addressed store, hash-verified

280 class firefox:
281 @staticmethod
282 async def launch(headless, proxy, **kwargs):
283 return DummyBrowser()
284
285 # Patch the async_playwright to return our dummy
286 monkeypatch.setattr("playwright.async_api.async_playwright", lambda: DummyPW())

Callers 8

ascrape_playwrightMethod · 0.45
take_screenshotFunction · 0.45
executeMethod · 0.45
do_loginFunction · 0.45

Calls 1

DummyBrowserClass · 0.85

Tested by

no test coverage detected