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

前端 未结 14 1816
感动是毒
感动是毒 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:49

    Just add the "preprotractor":" npm install chromedriver" to your package.json

    That will down load the latest one all the time.

提交回复
热议问题