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

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

提交回复
热议问题