angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

webdriver Manager , chrome version higher then 114 #5563

Open rajkrrathi opened 10 months ago

rajkrrathi commented 10 months ago

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

MattMoran12 commented 9 months ago

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

rajkrrathi commented 9 months ago

For work around, use the following link

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

jan-molak commented 9 months ago

@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!