[java] Overload methods creating interactions to accept Point#11477
Conversation
Codecov ReportBase: 54.54% // Head: 54.54% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## trunk #11477 +/- ##
=======================================
Coverage 54.54% 54.54%
=======================================
Files 85 85
Lines 5627 5627
Branches 243 243
=======================================
Hits 3069 3069
Misses 2315 2315
Partials 243 243 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Implementation wise it seems fine. Though this adds an additional method, I am not sure it is consistent with other languages. @titusfortner I would like your thoughts here. Especially, I remember effort was put in to ensure all languages have a consistent API usage-wise. https://www.selenium.dev/documentation/webdriver/actions_api/wheel/ |
6f79058 to
8b14294
Compare
diemol
left a comment
There was a problem hiding this comment.
I think this is fine because the Java bindings already had this Point class implemented long before.
8b14294 to
4d5e5c3
Compare
|
SonarCloud Quality Gate failed. |








Description
Add overloaded methods creating interactions to accept
Pointinstead of (x,y) pair.Motivation and Context
New methods are more convenient for users how work with point objects.
Invocations like
can be replaced with simple
Types of changes
Checklist