protractor/selenium “could not find chromedriver at” (on Windows)

前端 未结 14 1819
感动是毒
感动是毒 2021-01-30 12:45

I installed protractor following this tutorial and when i use webdriver-manager update it says:

selenium standalone is up to date.
chromedriver is up to date.
         


        
14条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-30 13:45

    In my case it was the due to damaged chromedriver zip file.

    I have done following things to resolve this problem.

    1. Downloaded chromedriver zip from ChromeDriver Download Page

    2. Extracted that zip file at "node_modules\protractor\selenium\" (i.e. Copied "chromedriver.exe" to this location)

    Then it started working as expected. Hope this will help you.

提交回复
热议问题