Selenium webdriver exits with error code 135

前端 未结 9 1366
北海茫月
北海茫月 2021-02-07 08:56

I am new to protractor. I am getting the following error while trying to run Selenium tests using protractor

I/hosted - Using the selenium server at http://local         


        
9条回答
  •  梦毁少年i
    2021-02-07 09:05

    Start the webdriver, its good to update the web driver and start the web driver before you start executing your automation test suite by executing the below commands in console screen.

    webdriver-manager update
    webdriver-manager start
    

提交回复
热议问题