symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.91k stars 213 forks source link

Windows/Firefox driver does not always clean up after itself #582

Open Bilge opened 1 year ago

Bilge commented 1 year ago

If a run fails, the driver leaves dangling processes around indefinitely.

image

There is a high propensity for failure since, in a related issue I am yet to file, sometimes the PHP server has not started before the browser is instructed to contact it, resulting in a Facebook\WebDriver\Exception\UnknownErrorException.