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 bffb101 commit 370e51eCopy full SHA for 370e51e
examples/cdp_mode/raw_stopandshop.py
@@ -1,7 +1,7 @@
1
"""Test Stop & Shop search. Non-US IPs might be blocked."""
2
from seleniumbase import SB
3
4
-with SB(uc=True, test=True, ad_block=True) as sb:
+with SB(uc=True, test=True, incognito=True) as sb:
5
url = "https://stopandshop.com/"
6
sb.activate_cdp_mode(url)
7
sb.sleep(2.6)
0 commit comments