Bug 275031

Summary: [WPE][WebDriver] Spread pointerMove action into a sequence of events over the requested duration
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bburg
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=275030

Lauro Moura
Reported 2024-06-02 10:36:05 PDT
https://w3c.github.io/webdriver/#dfn-dispatch-a-pointermove-action 7. Let duration be equal to action object's duration property if it is not undefined, or tick duration otherwise. 8. If duration is greater than 0 and inside any implementation-defined bounds, asynchronously wait for an implementation defined amount of time to pass. This wait allows the implementation to model the overall pointer move as a series of small movements occurring at an implementation defined rate (e.g. one movement per vsync). https://w3c.github.io/webdriver/#dfn-perform-a-pointer-move (A lengthy specfication of splitting the pointer move event over multiple smaller steps). Currently we do a single atomic movement from the start to the end.
Attachments
Note You need to log in before you can comment on or make changes to this bug.