Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChromeDriver is assuming that Chrome has crashed #25

Open
jenokizm opened this issue Aug 20, 2023 · 3 comments
Open

ChromeDriver is assuming that Chrome has crashed #25

jenokizm opened this issue Aug 20, 2023 · 3 comments

Comments

@jenokizm
Copy link

Hello, I am getting this error when I run it

cherr

System:
Windows 10
Google Chrome 116
Selenium.WebDriver.UndetectedChromeDriver 2.3.0 on net6.0 console app

@spikeruk
Copy link

Same issue here
Did you find a fix?

@jenokizm
Copy link
Author

Did you find a fix?

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

@spikeruk
Copy link

spikeruk commented Sep 23, 2023

Thanks
I got it working by using
https://github.com/fysh711426/UndetectedChromeDriver/tree/master

var driver = UndetectedChromeDriver.Create(driverExecutablePath: await new ChromeDriverInstaller().Auto());
driver.GoToUrl("https://www.google.com");
driver.Dispose();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants