Protractor does not find chromedriver: The driver executable does not exist:

后端 未结 8 1994
灰色年华
灰色年华 2020-12-19 12:06

I am trying to get Protractor up and running following the official Getting Started Guide.

The command

webdriver-manager start

seem

8条回答
  •  再見小時候
    2020-12-19 12:30

    This is happening because of the latest update for chromedriver. If you are using protractor, then a easy way to fix the problem is just run this

    webdriver-manager update

    Its working fine for me now.

提交回复
热议问题