Selenium webdriver exits with error code 135

前端 未结 9 1409
北海茫月
北海茫月 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:10

    You can also add these lines to your conf.js file:

    chromeOnly: true,
    directConnect: true,
    

提交回复
热议问题