MicrosoftEdge / EdgeWebDriver

Feedback and discussions about WebDriver for Microsoft Edge
MIT License
58 stars 7 forks source link

How to correctly run a driver so that it always kills the process it spawns (binary)? #151

Closed bukowa closed 4 months ago

bukowa commented 4 months ago

The handling of the custom binary is quite inconsistent because the driver does not always kill everything. It seems highly dependent on the signal it receives. Is there a way to ensure that the driver spawns its processes in a group that will be killed when it shuts down?

bukowa commented 4 months ago

https://github.com/MicrosoftEdge/EdgeWebDriver/issues/152