angular / protractor

E2E test framework for Angular apps

Home Page:http://www.protractortest.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webdriver Manager , chrome version higher then 114

rajkrrathi opened this issue · 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
angular/webdriver-manager#523

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

For work around, use the following link

angular/webdriver-manager#517 (comment)

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