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
The default InitializationTimeout in the DriverService base class is 20 seconds, however the FirefoxDriverService overrides it to be only 2 seconds. I propose lengthening this timeout for Firefox, and maybe just using the default like all the other browsers do.
Motivation
I am unable to run selenium tests in Firefox on my machine because it always times out in the WaitForServiceInitialization method. I have a 2019 MacBook Pro, so I don't think it's an issue of hardware performance.
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
The default InitializationTimeout in the DriverService base class is 20 seconds, however the FirefoxDriverService overrides it to be only 2 seconds. I propose lengthening this timeout for Firefox, and maybe just using the default like all the other browsers do.
Motivation
I am unable to run selenium tests in Firefox on my machine because it always times out in the WaitForServiceInitialization method. I have a 2019 MacBook Pro, so I don't think it's an issue of hardware performance.
The text was updated successfully, but these errors were encountered: