angular / webdriver-manager

A binary manager for E2E testing
MIT License
224 stars 116 forks source link

selenium address with hostname is not allow in chrome #439

Open bboycs opened 4 years ago

bboycs commented 4 years ago

Protractor: 5.4.1 Webdriver-Manager:13.0.0 ChromeDriver: 79.0.3945.36

Hi I am using standalone webdriver-manager which will execute webdriver-manager update and webdriver-manager start to run webdriver-manager

when i set the selenium address in protractor config file to non localhost but a machine/server host name, i am getting error E/launcher - Error: WebDriverError: Host header or origin header is specified and is not localhost.

Same chromedriver version was use on Webdriver-Manager:12.1.7 is working

Kindly advice