Closed jmfadeley closed 5 years ago
Further clarification, my version of Chrome right now is 77.0.3865.90. The response I'm getting for chrome-response.xml
goes as high as 77.0.3865.40. It's a lot, so let me know if you want me to dump it here...
Disregard. Issue traced specifically to a failure in another module. Work around is to import and use webdriver-manager
directly. Closing.
OS is Windows 10, using
yarn
. Currently using withprotractor
and@angular-webkit
. Current version of Chrome is 77, but attempts to update results in use of 75, and the tests crash accordingly. Tried being specific withwebdriver-manager update --version.chrome=77.0.3865.90
, as well as--version.chrome
and--version.chrome=latest
. All do the following:To be honest, I'm not entirely certain this is in your purview because of dependencies elsewhere. Any advice?