We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab56241 commit de8b6baCopy full SHA for de8b6ba
examples/cdp_mode/raw_tab_switching.py
@@ -1,6 +1,6 @@
1
from seleniumbase import SB
2
3
-with SB(uc=True) as sb:
+with SB(uc=True, test=True) as sb:
4
sb.activate_cdp_mode()
5
sb.open("data:text/html,<h1>Page A</h1>")
6
sb.assert_text("Page A")
0 commit comments