[Webkit-unassigned] [Bug 275031] New: [WPE][WebDriver] Spread pointerMove action into a sequence of events over the requested duration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 2 10:36:05 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=275031

            Bug ID: 275031
           Summary: [WPE][WebDriver] Spread pointerMove action into a
                    sequence of events over the requested duration
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: bburg at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240602/77ad7867/attachment.htm>


More information about the webkit-unassigned mailing list