Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de8b6ba

Browse filesBrowse files
committed
Update an example
1 parent ab56241 commit de8b6ba
Copy full SHA for de8b6ba

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎examples/cdp_mode/raw_tab_switching.py

Copy file name to clipboardExpand all lines: examples/cdp_mode/raw_tab_switching.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.