Update ChromeDriverDownloader.java#24
Open
navdeep-pama wants to merge 1 commit intodgageot:masterfrom
navdeep-pama:patch-1
Open
Update ChromeDriverDownloader.java#24navdeep-pama wants to merge 1 commit intodgageot:masterfrom navdeep-pama:patch-1
navdeep-pama wants to merge 1 commit intodgageot:masterfrom
navdeep-pama:patch-1
Conversation
Chrome v54 seems to be having issues with Chromedriver v2.19, so updating this file to include chromedriver v2.9
1bd88a3 to
2034bb7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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