undetected-chromedriver
undetected-chromedriver copied to clipboard
Throwing type error, can't locate its webdriver
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')"
Did you find a solution?
No not for this. But I started using Seleniumbase instead.