-
-
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
[bidi][java] Deprecate using builder for Locate Node parameters. #13767
Conversation
…re consistency across BiDi parameters.
PR Description updated to latest commit (a60efb2)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## trunk #13767 +/- ##
=======================================
Coverage 58.63% 58.63%
=======================================
Files 86 86
Lines 5272 5272
Branches 218 218
=======================================
Hits 3091 3091
Misses 1963 1963
Partials 218 218 ☔ View full report in Codecov by Sentry. |
User description
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
Deprecated using Builder and added chaining methods.
Motivation and Context
Ensure consistency across BiDi parameters usage.
Types of changes
Checklist
Type
enhancement
Description
LocateNodeParameters
and introduced chaining methods for setting optional parameters directly.Changes walkthrough
LocateNodeParameters.java
Deprecate Builder and Introduce Chaining Methods for
LocateNodeParameters
java/src/org/openqa/selenium/bidi/browsingcontext/LocateNodeParameters.java
on LocateNodeParameters instances.
methods.
LocateNodesTest.java
Update Tests to Use New Chaining Methods for LocateNodeParameters
java/test/org/openqa/selenium/bidi/browsingcontext/LocateNodesTest.java
deprecated Builder for LocateNodeParameters.