mozilla / geckodriver

WebDriver for Firefox
https://firefox-source-docs.mozilla.org/testing/geckodriver/
Mozilla Public License 2.0
7.03k stars 1.51k forks source link

selenium tests fail if firefox runs in background and another browser is in foreground(for example Chrome) #2044

Closed Gerald94 closed 1 year ago

Gerald94 commented 1 year ago

System

If have the problem that my selenium tests can not run in firefox background, i get an TimeoutException, if the test runs in foreground, everything is good.

Has anyone else the same problem?

whimboo commented 1 year ago

Is that a new issue starting with Firefox 104? Or did it also happen before? It would be good if you could attach a trace log from geckodriver

whimboo commented 1 year ago

Maybe a duplicate of #2040.

Gerald94 commented 1 year ago

Is that a new issue starting with Firefox 104? Or did it also happen before? It would be good if you could attach a trace log from geckodriver

It did also happen with version 103, i will attach a trace log from geckodriver tomorrow, but it seems that it is exactly the same issue from #2040

whimboo commented 1 year ago

Ok, so lets dupe this issue against #2040 then. Once you have a trace log please attach it over there. Thanks!