ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.15k stars 1.1k forks source link

Getting detected by CloudFare #1825

Open KhaldiDataPanda opened 3 months ago

KhaldiDataPanda commented 3 months ago

I am trying to login and move through multiple pages, the website got updated and cloudfare started detecting me when i get redirected after a click

Options= ChromeOptions()
#Options.add_argument( '--headless' )
Options.add_argument( '--auto-open-devtools-for-tabs' )
driver = uc.Chrome( options = Options )
driver.get(login_url)
Aashish-collectiv commented 2 months ago

facing the same problem did you figure out anything

KhaldiDataPanda commented 2 months ago

facing the same problem did you figure out anything

nothing yet i just switched the path and use seleniumbase UC mode