angular / webdriver-manager

A binary manager for E2E testing
MIT License
224 stars 116 forks source link

Will HeroDevs maintain this project after August 2023? #524

Open alexsch01 opened 1 year ago

alexsch01 commented 1 year ago

With Chromedriver 115 and above, Chromedriver downloads are moving to https://googlechromelabs.github.io/chrome-for-testing/

When Chrome 116 is released to the Stable channel, protractor will no longer work

@dwelch2344, will HeroDevs maintain this project?

thw0rted commented 1 year ago

If y'all do wind up seeing this issue, can you also please update the README for this project and Protractor as well? The README files for both repos currently say nothing about EOL status, so people are still participating in issues here. If nobody is going to answer issues then the repos should be configured to prevent new submissions. When NPM left Github (for a while), they put their repo in Archived status.

alexsch01 commented 1 year ago

@thw0rted Instructions to fix it yourself: https://github.com/angular/webdriver-manager/issues/517#issuecomment-1673232896

dwelch2344 commented 1 year ago

Thanks for the DIY method @alexsch01, and apologies on the delayed response.

We're still exploring a few options on how we'll tackle issues like this, but what we can commit to is keeping protractor running in good form 🤘

@thw0rted thanks for pointing out the repo-level visibility concerns. I'll raise both points with our team & partners to get addressed asap

StanislavKharchenko commented 1 year ago

@dwelch2344 Do you need some contribution helps for upgrade Protractor with latest selenium-webdriver (4.x) treatment? This approach will eliminate needs to use webdriver-manager, but just rely on selenium-manager which now works and maintain driver updates under the hood. There are also more things from selenium 4, which is fully w3c and has broader browser supports. Selenium 3 is deprecated (JWP deprecated as well) and some time it will stop working with modern browsers (Protractor 7 will also stop working)

dwelch2344 commented 1 year ago

@StanislavKharchenko yes! We definitely care and are committed for the long haul of keeping Protractor running, which invariably means staying on top of browsers + tools + etc.

Would love to chat. Shoot me an email and let's connect? Dave-at-HeroDevs.com

VolodymyrDmytriukhin commented 1 year ago

@thw0rted Instructions to fix it yourself: #517 (comment)

Thank you, it works for me