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

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

    I had a similar problem in my environment (Mac OS X 10.8.5).

    After struggling it for more than an hour, I finally installed the older version (1.4.0) of the protractor and it works very fine.

    npm install -g protractor@1.4.0

    If you would use grunt task grunt-protractor-webdriver, you should use the version 0.1.9 which is working properly in my env. Its 0.2.0 version doesn't work for me. thanks.

提交回复
热议问题