-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
selenium chromedriver hangs #222
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
Comments
See #87 |
@rajaashutosh Did this fix it for you? |
@rajaashutosh It would be nice to have a reply on whether the proposed solution fixed your issue. Thanks! |
The problem seems to be with Chromedriver version 2.21, which is used by the latest docker image on the public docker hub. Issue should be fixed once Selenium updates the Chromedriver version on the official docker image. In the meantime, vpbonev checked in a fix that updates to Chromedriver version 2.23. You can clone docker-selenium project and build your Chrome (or ChromeDebug) image off that Dockerfile |
Hi,
I am doing Selenium Automation in C# and Use following drivers.
Chromium.ChromeDriver" version="2.21"
NUnit version="3.2.1"
Selenium.Support version="2.53.0"
Selenium.WebDriver version="2.53.0"
All the test cases working fine,however when i connect the same test case in Build tool, then after some test case get executed, automatically google chorme hangs. I dont know the issue and even i am new to selenium. Please Guide me.
Thanks In Advance :)
The text was updated successfully, but these errors were encountered: