Gabriel Golla
Gabriel Golla
I have exact same problem. Looks like it's related to this issue: https://github.com/angular/webdriver-manager/issues/476
As a temporary fix you can: - stop using `webdriver manager update` command, - replace both .zip and extracted Chromedriver file in `/node_modules/protractor/node_modules/webdriver-manager/selenium` with Chromedriver file downloaded directly from the...
@AakashIsTheLimit folder should contain both .zip and extracted Chromedriver file.
@deepaksrgm2010 yes, now it's working but additional using of `npm install --force protractor` is needed - https://github.com/angular/webdriver-manager/issues/476#issuecomment-757675979