Detected as robot using cdp-mode? #4011
Answered
by
mdmintz
Rapid1898-code
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Oct 8, 2025
Replies: 2 comments
-
I didn't have any issues with the standard script: from seleniumbase import SB
with SB(uc=True) as sb:
url = "https://www.cargurus.com/Cars/forsale"
sb.activate_cdp_mode(url)
breakpoint() But maybe they're blocking you for GeoLocation, IP Address, Timezone, etc. You can try setting a new timezone/geolocation in the US for example (eg. examples/cdp_mode/raw_timezone_sb.py). And if that didn't help, use a US-based IP Address ( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
-
Interesting - the same situation i also have with this (not US) site : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't have any issues with the standard script:
But maybe they're blocking you for GeoLocation, IP Address, Timezone, etc. You can try setting a new timezone/geolocation in the US for example (eg. examples/cdp_mode/raw_timezone_sb.py). And if that didn't help, use a US-based IP Address (
proxy
arg).