SeleniumBase: I can not bypass Cloudfare captcha
My code is:
from seleniumbase import Driver
driver = Driver(uc=True)
driver.open("https://www.nowsecure.nl")
I have to click the checkbox and it stucks there again and again.
I am using new mobile IPs and tested the same website with a regular Chrome browser started without python/Seleniumbase and it is working.
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 27 (11 by maintainers)
Yes
This works. Thanks:
driver.open()maps todriver.get()now, to avoid confusion. (version4.17.14) In UC Modedriver.open()anddriver.get()are special. The old non-UCget()method is nowdefault_get().