Skip to content

Commit de8b6ba

Browse files
committed
Update an example
1 parent ab56241 commit de8b6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cdp_mode/raw_tab_switching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from seleniumbase import SB
22

3-
with SB(uc=True) as sb:
3+
with SB(uc=True, test=True) as sb:
44
sb.activate_cdp_mode()
55
sb.open("data:text/html,<h1>Page A</h1>")
66
sb.assert_text("Page A")

0 commit comments

Comments
 (0)