angular / protractor

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

chrome driver version pointing wrong version while do webdriver-manager update #5465

Open muralidharan682 opened 4 years ago

muralidharan682 commented 4 years ago

Bug report

Issue 2: While running on the non-angular application getting error as "no such window" in random pages

Tyf0x commented 4 years ago

Same issue has been reported in the angular/webdriver-manager repo: https://github.com/angular/webdriver-manager/issues/472, but no answer yet.

This is breaking builds for us, any suggestion?

muralidharan682 commented 4 years ago

Thanks, also we absorbed that for the non-angular application page loading is not get identified getting error like "no such window" but the page is loaded properly. Since all the scripts worked without any issue before the update.

CaptainGlac1er commented 3 years ago

I think I resolved the issue in this commit https://github.com/angular/webdriver-manager/pull/426