You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had to add reaper configuration/scripts to selenium heads due to dies in Selenium::Remote::Driver tests (or END blocks to tests themselves) that just call $obj->quit(); to cleanup any windows. I know that leaving windows up when something dies can be useful for diagnostic purposes, but when not "debugging" why a test would fail, you really don't need this.
As such, I would like to request that the new() constructor be given a named argument (acting as a flag) to enable automatic reaping of the window(s) we spawned during execution. Then I could just set that in my constructors instead and not have to worry about that as much.
The text was updated successfully, but these errors were encountered:
I've had to add reaper configuration/scripts to selenium heads due to dies in Selenium::Remote::Driver tests (or END blocks to tests themselves) that just call $obj->quit(); to cleanup any windows. I know that leaving windows up when something dies can be useful for diagnostic purposes, but when not "debugging" why a test would fail, you really don't need this.
As such, I would like to request that the new() constructor be given a named argument (acting as a flag) to enable automatic reaping of the window(s) we spawned during execution. Then I could just set that in my constructors instead and not have to worry about that as much.
The text was updated successfully, but these errors were encountered: