Skip to content
Discussion options

You must be logged in to vote

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 (proxy arg).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants