Unable to use Protractor webdriver-manager

前端 未结 6 1832
北恋
北恋 2021-02-07 06:55

I am trying to start protractor on my local Windows development machine. In an attempt to do so, I am trying to start it from the command-line using the following command:

6条回答
  •  無奈伤痛
    2021-02-07 07:32

    Install protractor globally.

    npm install protractor -g
    

    This will install protractor and webdriver-manager. Then run from the command line: webdriver-manager update Check for more info on: http://angular.github.io/protractor/#/tutorial

提交回复
热议问题