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.42k stars 1.12k forks source link

Not working. I am not able to bypass cloudflare using this tool. #293

Open RaulRohjans opened 2 years ago

RaulRohjans commented 2 years ago

Hello, I tried using this tool to bypass cloudflare but it does not work, even using one of the examples. It just keeps refreshing the checking your browser page.

Code:

import undetected_chromedriver.v2 as uc

options = uc.ChromeOptions()
options.user_data_dir = "c:\\temp\\profile"
options.add_argument('--no-first-run --no-service-autorun --password-store=basic')
driver = uc.Chrome(options=options)

with driver:
    driver.get("https://nowsecure.nl")
    print(driver.title)
    driver.quit()

Thank you in advance

coinnodenl commented 2 years ago

same

TomCalde commented 2 years ago

same

DekelShabat commented 2 years ago

same

skintflickz commented 2 years ago

Same, although I'm not really trying to bypass cloudflare. but iphey says the browser is not being controlled so I'm happy :)