m4m4m4

Results 3 comments of m4m4m4

I noticed this too in our .Net 3.1 pipelines after having upgraded, 2.4.1 does not have this issue

How are you supposed to hard code the chrome version in CI environment? Querying the google api for the correct version is already what webdriver-manager is doing, how do you...

Oh I see, so the VM installed chrome version needs to match, in our case adding `webdriver-manager update --versions.chrome=$(google-chrome --version | cut -d ' ' -f 3)` solves this