-
Notifications
You must be signed in to change notification settings - Fork 67
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
Not able to run the the selenium Test cases on chrome driver version121 #139
Comments
Thanks for the report @nakka-sandeep . Based on the contents of https://github.com/GoogleChromeLabs/chrome-for-testing it looks like changes are needed in the crawler for Chromedriver versions. Are you interested in making those changes and proposing a pull request? |
@MarkEWaite i am not proficient at groovy script. Please review below code whether it works `import groovy.json.JsonSlurper def url = 'https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json' def jsonList = [] // Extract information only for the "Stable" channel lib.DataWriter.write("org.jenkins-ci.plugins.chromedriver.ChromeDriver",JSONObject.fromObject([list:jsonList]));` |
Thanks for the proposal @nakka-sandeep . I'm not very proficient with groovy script either. Could you submit it as a pull request in hopes that others will be able to assist? |
Not able to run the the selenium Test cases on chrome driver version121
Reproduction steps
Currently jenkins supports only 114 version (https://updates.jenkins.io/updates/org.jenkins-ci.plugins.chromedriver.ChromeDriver.json)
so latest version is not getting picked
Expected Results
It has to pick the latest version of chrome driver while executing .
https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json
Actual Results
https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json
Anything else?
No response
The text was updated successfully, but these errors were encountered: