Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/Scrapegraph-ai
/ new_context
Method
new_context
tests/test_chromium.py:262–263 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
260
261
class
DummyBrowser:
262
async
def
new_context(self, **kwargs):
263
return
DummyContext()
264
265
async
def
close(self):
266
return
Callers
5
ascrape_playwright_scroll
Method · 0.80
ascrape_playwright
Method · 0.80
ascrape_with_js_support
Method · 0.80
test_ascrape_with_js_support_storage_state
Function · 0.80
test_ascrape_playwright_caplog
Function · 0.80
Calls
1
DummyContext
Class · 0.85
Tested by
no test coverage detected