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

后端 未结 8 1986
灰色年华
灰色年华 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:38

    Delete that un-completed zip file(chromedriver_x.xx.zip), and you need it execute the update again. The folder will look like this:

    chromedriver

    chromedriver_2.10.zip

    selenium-server-standalone-2.43.1.jar

    and everything goes well.

    0 讨论(0)
  • 2020-12-19 12:43

    In protractor-config you need to specify the chrome driver path. For example chromeDriver: 'path',

    0 讨论(0)
提交回复
热议问题