symfony / panther

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

Unit test cases do not stop all chrome processes #242

Open tienvx opened 5 years ago

tienvx commented 5 years ago

How to reproduce:

  1. Open task manager
  2. Kill all Chrome processes
  3. Run unit test phpunit
  4. Open task manager, filter by chrome

Expected: no chrome processes Actual: 61 chrome processes consume ~500MB RAM

chrome

Information: OS: Linux Mint 19.2 Chrome: 77.0.3865.120

Not sure it's related to this ticket https://github.com/SeleniumHQ/selenium/issues/6317

domis86 commented 5 years ago

i think is related to this reported issue: https://github.com/symfony/panther/issues/240