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

Throwing type error, can't locate its webdriver

Open humzawaheed opened this issue 10 months ago • 2 comments

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')"

humzawaheed avatar Apr 11 '24 08:04 humzawaheed

Did you find a solution?

00-Python avatar May 05 '24 21:05 00-Python

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

humzawaheed avatar May 06 '24 16:05 humzawaheed