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

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

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

提交回复
热议问题