You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google changed the driver download addresses. There is no solution until the author updates the library. I've switched to Python for now, it works there
var driver = UndetectedChromeDriver.Create(driverExecutablePath: await new ChromeDriverInstaller().Auto());
driver.GoToUrl("https://www.google.com");
driver.Dispose();
Hello, I am getting this error when I run it
System:
Windows 10
Google Chrome 116
Selenium.WebDriver.UndetectedChromeDriver 2.3.0 on net6.0 console app
The text was updated successfully, but these errors were encountered: