How to configure Protractor (JS) for running tests in Microsoft Edge? How to configure Protractor (JS) for running tests in Microsoft Edge? selenium selenium

How to configure Protractor (JS) for running tests in Microsoft Edge?


Reference : https://github.com/angular/protractor/issues/2377

  1. Download and install Edge driver
  2. Run webdriver-manager start --edge "C:\path_to_the_driver\MicrosoftWebDriver.exe" . By default this will start your selenium server on port 4444 which should be open to you.
  3. In your protractor config file: add seleniumAddress: 'http://localhost:4444/wd/hub'