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

前端 未结 14 1801
感动是毒
感动是毒 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.

    0 讨论(0)
  • 2021-01-30 13:51

    On windows, I was having trouble with a project that ran fine on my mac. The command that finally got it done for me was:

    node node_modules\protractor\bin\webdriver-manager update
    
    0 讨论(0)
提交回复
热议问题