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
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
webdriver-manager update --standalone
Solution 2