Skip to content

Commit 370e51e

Browse files
committed
Update a CDP Mode example
1 parent bffb101 commit 370e51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cdp_mode/raw_stopandshop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Test Stop & Shop search. Non-US IPs might be blocked."""
22
from seleniumbase import SB
33

4-
with SB(uc=True, test=True, ad_block=True) as sb:
4+
with SB(uc=True, test=True, incognito=True) as sb:
55
url = "https://stopandshop.com/"
66
sb.activate_cdp_mode(url)
77
sb.sleep(2.6)

0 commit comments

Comments
 (0)