-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[js] Allow builder to set a single arbitrary capability #9857
Conversation
58b3638
to
f39257c
Compare
I think Also, can additional capabilities can be added to the browser options class like it can be in the other languages? Makes sense to have it in both places. |
@AutomatedTester You might have more context regarding this since it was deprecated for a reason. Can you please help answer this one? Thank you!
Yes, this is possible since the Options class inherits from Capabilities. So it is possible to set a capability using Options as with other languages. |
@titusfortner has been looking at these in all the different bindings, maybe he can leave his thoughts. |
My take is that as long as there's a |
I agree with @titusfortner. I will restore |
Kudos, SonarCloud Quality Gate passed! |
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Allow builder to set a single arbitrary capability. Fixes #9830.
Motivation and Context
Details are explained in #9830
Types of changes
Checklist