Selenium webdriver exits with error code 135

前端 未结 9 1355
北海茫月
北海茫月 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条回答
  •  走了就别回头了
    2021-02-07 09:18

    Do you have selenium drivers installed for the browser you want to test with? Try with

    webdriver-manager update
    

    It will take care of installing the drivers for you. You just need to run it once, if you call it again it will see that the drivers are already installed and will not procede.

提交回复
热议问题