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

Throwing type error, can't locate its webdriver #1824

Open humzawaheed opened 3 months ago

humzawaheed commented 3 months ago

Error:" raise TypeError(self.BINARY_LOCATION_ERROR) TypeError: Binary Location Must be a String"

My script:" import undetected_chromedriver as uc driver = uc.Chrome(headless=True,use_subprocess=False) driver.get('https://nowsecure.nl') driver.save_screenshot('nowsecure.png')"

00-Python commented 2 months ago

Did you find a solution?

humzawaheed commented 2 months ago

No not for this. But I started using Seleniumbase instead.