SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
30.5k stars 8.15k forks source link

[🚀 Feature]: Support advanced properties defined in WebDriver specification for pointer actions #9996

Closed jimevans closed 2 years ago

jimevans commented 2 years ago

Feature and motivation

The W3C WebDriver Specification defines several properties for pointer actions that the Selenium language bindings do not yet allow users to access. These properties are:

Usage example

Actions helper classes do not expose this type of functionality at this time, but builders of actions should allow such properties to be used.

github-actions[bot] commented 2 years ago

@jimevans, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

titusfortner commented 2 years ago

Ruby - fe3000580360abbb182231ac58ebf9e465c8464d Python - 965e5282c7dfd21338d1a7d60b1ebdad4af5b293

diemol commented 2 years ago

Java - https://github.com/SeleniumHQ/selenium/commit/70e54e6ada252ed1d2bce073aaec73d60f9d1f36

AutomatedTester commented 2 years ago

JS - 5b67ee199968220815d9a1ef72249974d69c68a1

AutomatedTester commented 2 years ago

dotnet - e6cd2a8df18d4dc79bce140d9824be312678154a

titusfortner commented 2 years ago

Dotnet ones here are not hooked up. Needs the PR. Just went over how to fix the issues with it.

titusfortner commented 2 years ago

Dotnet implemented with a9c3770a6c4604f2897b28441bf00889f5faffa5

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.