Skip to content

Seleniumbase UC + Proxies - Can't bypass Cloudflare Captcha and Detected location - on Pixelscan #2818

Answered by mdmintz
misterpeople asked this question in Q&A
Discussion options

You must be logged in to vote

The easiest way to figure out why you're being detected is to hit https://pixelscan.net/.

The example for that bypasses bot-detection on there successfully: SeleniumBase/examples/raw_pixelscan.py

The example scripts that bypass Cloudflare are working successfully:

I saw lots of things from your script that could get you detected:

  • Changing the User-Agent (SeleniumBase automatically gives you one that works)
  • Changing the Page Load Strategy, pls. (The default one is best)
  • Using WebDriverWait (SeleniumBase has its own built-in waits)
  • Using cl…

Replies: 4 comments 6 replies

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
Comment options

You must be logged in to vote
6 replies
@mdmintz
Comment options

@misterpeople
Comment options

@mdmintz
Comment options

@misterpeople
Comment options

@mdmintz
Comment options

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