Home > Software engineering >  Selenium: Bypass Cloudflare detection using FireFox geckodriver
Selenium: Bypass Cloudflare detection using FireFox geckodriver

Time:02-10

I need to bypass Cloudflare DDoS protection by using FireFox geckodriver, I have tried using the "undetected_chromedriver" with Chrome and it worked perfectly, but my project needs to use an Authenticated Proxy and it is not directly supported by Chrome (as far as I know, there is no easy way to use an authenticated proxy in chrome and my project needs to turn this proxy on and off many times during its running time, FoxyProxy extension in FireFox do exactly what I want).

So my question is: Is there any way to make FireFox geckodriver undetectable like the undetected_chromedriver do with Chrome ?

OR

Is there a way to run the authenticated proxy in Chrome with the possibility of turning it on and off as easily as the FireFox FoxyProxy extension does ? (BTW, I use Python)

CodePudding user response:

  •  Tags:  
  • Related