Selenium webdriver exits with error code 135

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

    Did you start selenium server using this command webdriver-manager start? If not there might be a problem with your configuration with selenium server. I would suggest follow this thread

    Solution 1

    1. try webdriver-manager update --standalone

    Solution 2

    1. Remove previous instance (.jar file) of web driver from the location- C:\Users\HP\AppData\Roaming\npm\node_modules\p rotractor\selenium
    2. Download the selenium-server-standalone-2.45.0 from http://www.seleniumhq.org/download/ and replace the .jar file.

提交回复
热议问题