Protractor issue while running the conf.js file for new chromedriver versions like 76.0.3809.68
I am trying to run the protractor tests on latest chrome version whic
I was also facing same issue, here is a workaround which I tried and it helped me:
npm install -g protractor and webdriver-manager update which downloaded chromedriver_76.0.3809.12.zip and geckodriver_v0.24.0npm install command under ~\\Test\npm_modules selenium folder from C:\Users\\AppData\Roaming\npm\node_modules\protractor\node_modules\selenium-webdriver\selenium\ to ~\\Test\npm_modules\Protractor\node_modules\webdriver-manager\selenium\
and this fixed the above mentioned error.