-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Is it possible to add preferences capability? #10
Comments
Not sure, there isn't exactly guidance in the spec for doing that. I am currently in the middle of making this the backend for a selenium4 version of Selenium::Remote::Driver, so I suppose I'll have to find out soon. |
Ok, thanks. |
Just wondering if you'd ever found out about this since it just came up again for me. |
The new selenium4 connection strings appear as though they are incompatible with the old desiredCapabilities regime. You now have to pass the 'alwaysMatch' stuff to make things work. Anyhow, see the JSON example here: For how such a thing "ought" to be set up once the S4 code is working. I wish I could say I'm going to be able to work on it today, but as always it's on beg-borrow-steal time. |
Update: I've got all the commands working. I wish I had time to have done this earlier, but here we are. I have yet to make a shim to get the firefox prefs in. |
I need to be able to turn off firefox credit card autofill but I don't see a way to set up preferences. Is there one?
The text was updated successfully, but these errors were encountered: