Msedgedriver running in background

kelly villalobos 1 Reputation point
2021-08-17T02:26:42.347+00:00

I am using webdriverIO e2e framework with jasmine and selenium standalone server and when running a test the driver fails to stop and continues running in the background on Windows 10. If I attempt to run the test again it errors out because the msedgedriver is still running in the background and will not run because the driver is busy. Chrome and IE stop running but edge is left running in the background. What is the proper way to stop the process running after the test concludes?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,195 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 17,311 Reputation points MVP
    2021-08-17T13:12:42.01+00:00
    0 comments No comments

  2. kelly villalobos 1 Reputation point
    2021-08-17T16:07:26.37+00:00

    The documentation here will not work for me since I am using javascript. I am writing the tests for an angular application using webdriverIO framework and uses the Selenium Standalone Service. The webdriverIO framwork is able to use the Chromedriver and IEdriver without an issue. After each test IE and Chrome browser windows close and the test is completed however for the msedgedriver, the test runs the browser closes but the msedriver is left running in the background and I have yet to find a webdriver command that can forcibly stop the msedriver running. I'm pretty sure that this will then be a webdriverIO problem and not a MS Edge problem.

    0 comments No comments