btstrpd Error when testing AngularJS app with Protractor

梦想的初衷 提交于 2019-12-05 20:56:24

Following solved the problem for me

I am testing on chrome browser using selenium webdriver. I updated to latest chrome browser and I added the latest chromedriver in below folder apart from the default folder of chrome

C:\Program Files\nodejs\node_modules\protractor\node_modules\webdriver-manager\selenium

I also added zip file of chromedriver in the above folder.

I also added the chromedriver to environmental path variable.

Now the selenium webdriver is running and I am able to successfully test the project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!