You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Protractor - webdriverManagerUpdate flag is true and not able to see latest chromedriver being pulled. This is pulling chromedriver_2.31.
I am using the above flag in grunt options for protractor. I believe this is equivalent of protractor - webdriver-manager update. But this is not pulling the latest chromedriver - chromedriver_2.34
Grunt:
protractor: {
options: {
noColor: false,
keepAlive: true,
webdriverManagerUpdate: true,
debug: false,
args: {}
},
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Protractor - webdriverManagerUpdate flag is true and not able to see latest chromedriver being pulled. This is pulling chromedriver_2.31.
I am using the above flag in grunt options for protractor. I believe this is equivalent of protractor - webdriver-manager update. But this is not pulling the latest chromedriver - chromedriver_2.34
Grunt:
protractor: {
options: {
noColor: false,
keepAlive: true,
webdriverManagerUpdate: true,
debug: false,
args: {}
},
The text was updated successfully, but these errors were encountered: