We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 194c92c + 805754d commit e641858Copy full SHA for e641858
tests/unit/conftest.py
@@ -40,6 +40,7 @@ class _Dummy:
40
41
# Minimal symbols imported by `sentience.browser`
42
async_api_mod.BrowserContext = _Dummy
43
+async_api_mod.Browser = _Dummy
44
async_api_mod.Page = _Dummy
45
async_api_mod.Playwright = _Dummy
46
async_api_mod.PlaywrightContextManager = _Dummy
@@ -52,6 +53,7 @@ async def _async_playwright():
52
53
async_api_mod.async_playwright = _async_playwright
54
55
sync_api_mod.BrowserContext = _Dummy
56
+sync_api_mod.Browser = _Dummy
57
sync_api_mod.Page = _Dummy
58
sync_api_mod.Playwright = _Dummy
59
sync_api_mod.PlaywrightContextManager = _Dummy
0 commit comments