When you use Firefox and the window is minimized or not active which is running the tests, they run very slow.
Question
How can I prevent this, as obviously I want to run my tests, even if they run in the background. So I guess there is no reason in our use case here for such a behavior.
So how can I disable that?
Or can you generally disable it by default?
Reason
As far as I know the cause may be the "new" Process Priority Manager on Windows' Firefox versions that prioritized tasks the user works on. So minimized windows of course are not considered a priority.
I am not sure whether this also applies to FirefoxHeadless.
When you use
Firefoxand the window is minimized or not active which is running the tests, they run very slow.Question
How can I prevent this, as obviously I want to run my tests, even if they run in the background. So I guess there is no reason in our use case here for such a behavior.
So how can I disable that?
Or can you generally disable it by default?
Reason
As far as I know the cause may be the "new" Process Priority Manager on Windows' Firefox versions that prioritized tasks the user works on. So minimized windows of course are not considered a priority.
I am not sure whether this also applies to FirefoxHeadless.