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

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

    Jeez, so many answers...

    On the Mac, this worked for me:

    $ npm install chromedriver
    $ ln -sf ~/angular-phonecat/node_modules/chromedriver/bin/chromedriver node_modules/protractor/selenium/chromedriver.exe
    

    There's GOT to be a better way of fixing it but at least this let me move on.

提交回复
热议问题