Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirefoxDriverService longer InitializationTimeout #9150

Closed
eldon111 opened this issue Feb 5, 2021 · 3 comments
Closed

FirefoxDriverService longer InitializationTimeout #9150

eldon111 opened this issue Feb 5, 2021 · 3 comments

Comments

@eldon111
Copy link

eldon111 commented Feb 5, 2021

🚀 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.

@ghost ghost added the needs-triaging label Feb 5, 2021
@barancev
Copy link
Member

barancev commented Feb 7, 2021

What version and what language binding do you use?

@eldon111
Copy link
Author

eldon111 commented Feb 8, 2021

I'm using C# bindings, version 3.141.0

jimevans added a commit that referenced this issue Mar 17, 2021
Also allow the property to be settable. Fixes issue #9150.
@jimevans
Copy link
Member

Fixed in 53a20ad, by making the property settable and public.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants