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.61k stars 1.14k forks source link

Detected by familysearch.org #1018

Closed alexreg closed 1 year ago

alexreg commented 1 year ago

Chrome Version 109.0.5414.119 (Official Build) (arm64) UC 3.2.2 OS: macOS Ventura 13.1

I get the Incapsula "access denied" page. Is this an issue with the library, or am I doing something obviously wrong?

        driver.get("https://www.familysearch.org")

        accept_button: uc.WebElement = WebDriverWait(driver, timeout=10).until(ec.visibility_of_element_located((By.ID, "truste-consent-button")))
        accept_button.click_safe()

        signin_button: uc.WebElement = WebDriverWait(driver, timeout=10).until(ec.visibility_of_element_located((By.ID, "signInLink")))
        signin_button.click_safe()
HkerVit commented 1 year ago

i access https://www.familysearch.org normal. Try new IP ?

alexreg commented 1 year ago

@HkerVit Thanks for trying. New IP doesn't seem to help. I presume you ran by above code snippet? I always get "Access Denied, Error 15" after the sign-in page loads.

lukect commented 1 year ago

Fixed: #1010

alexreg commented 1 year ago

@lukect Thank you, great work.