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

Update ChromeDriverDownloader.java #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update ChromeDriverDownloader.java #24

wants to merge 1 commit into from

Conversation

navdeep-pama
Copy link

Chrome v54 seems to be having issues with Chromedriver v2.19, so updating this file to include chromedriver v2.9.

When running tests, the browser opens and closes, and the logs show this error:

org.openqa.selenium.SessionNotCreatedException: session not created exception
from unknown error: Runtime.executionContextCreated has invalid 'context': {"auxData":{"frameId":"65792.1","isDefault":true},"id":1,"name":"","origin":"://"}
(Session info: chrome=54.0.2840.71)
(Driver info: chromedriver=2.19.346063 (38b35413bd4a486d436a9749e090454bc9ff6708),platform=Mac OS X 10.10.5 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 999 milliseconds

Chrome v54 seems to be having issues with Chromedriver v2.19, so updating this file to include chromedriver v2.9
Copy link

@nliechti nliechti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should probably use the real new driver 2.25. The version 2.9 is from 2014. Very strange versioning from google. Costed me an hour to figure out why it didn't work.
Created a PullRequest with the correct Version
#25

@dgageot dgageot force-pushed the master branch 2 times, most recently from 1bd88a3 to 2034bb7 Compare November 24, 2016 16:34
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

Successfully merging this pull request may close these issues.

2 participants