undetected-chromedriver icon indicating copy to clipboard operation
undetected-chromedriver copied to clipboard

Example in readme isn't working right now

Open varyen opened this issue 1 year ago • 2 comments

Hi! Look's like cloudflare hardened it's protection in late 2023, is it possible to deal with it?

Tried example:

            driver = uc.Chrome(headless=True,use_subprocess=False)
            driver.get('https://nowsecure.nl')
            driver.save_screenshot('nowsecure.png')

and got this: image

varyen avatar Jan 07 '24 10:01 varyen

Did you have tested with another IP? It's still works for me.

yr-github avatar Jan 19 '24 05:01 yr-github

Did you have tested with another IP? It's still works for me.

Sure, tried it on localhost and web hosting

varyen avatar Jan 20 '24 08:01 varyen