SessionNotCreatedError: Unable to create new service: ChromeDriverService

后端 未结 4 2022
忘了有多久
忘了有多久 2020-12-16 01:17

We have AngularJS protractor tests. The process is to set up and run these steps in order:

$ npm install
$ webdriver-manager update --ie32 --ignore_ssl
$ gul         


        
4条回答
  •  暖寄归人
    2020-12-16 02:03

    • Run webdriver-manager start
    • Open any browser manually, than navigate to 'localhost:4444/wd/hub' , click Create Session -> Chrome.

提交回复
热议问题