Bug 275031
Summary: | [WPE][WebDriver] Spread pointerMove action into a sequence of events over the requested duration | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
Component: | WebDriver | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |