protractor icon indicating copy to clipboard operation
protractor copied to clipboard

webdriver Manager , chrome version higher then 114

Open rajkrrathi opened this issue 2 years ago • 3 comments

Since webdriver-manager is not supporting Chrome version > 114 and protractor has dev dependency on webdriver-manager. How do we solve this issue?

Issue raised in webdriver-manager, regarding Chrome issue https://github.com/angular/webdriver-manager/issues/523

rajkrrathi avatar Sep 13 '23 05:09 rajkrrathi

Yes I'm also curious how we can solve this issue. Downgrading an older chrome version is very difficult. This is blocking my protractor automated tests

MattMoran12 avatar Sep 20 '23 14:09 MattMoran12

For work around, use the following link

https://github.com/angular/webdriver-manager/issues/517#issuecomment-1673232896

rajkrrathi avatar Sep 21 '23 04:09 rajkrrathi

@rajkrrathi / @MattMoran12 - have a look at how I solved it in Serenity/JS Protractor templates:

You might also want to have a look at boilerplate Serenity/JS + Protractor projects on GitHub, which use this approach.

I hope this helps!

jan-molak avatar Sep 27 '23 00:09 jan-molak