[Webkit-unassigned] [Bug 216933] New: Pause is needed while simulating mouse actions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 24 10:01:05 PDT 2020


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

            Bug ID: 216933
           Summary: Pause is needed while simulating mouse actions
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cathiechen at igalia.com

Test code like below would not work if pause is not supported.

         test_driver.Actions()
            .addPointer("pointer1", "mouse")
            .pointerMove(0, 0, { origin: target })
            .pointerDown()
            .pointerMove(originpos.x, originpos.y, { origin: target })
            .pointerMove(originpos.x + delta.x / 2, originpos.y + delta.y / 2, { origin: target })
            .pointerMove(originpos.x + delta.x, originpos.y + delta.y, { origin: target })
            .pause(duriation)
            .pointerUp()
            .send();

-- 
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/20200924/c55bfab2/attachment.htm>


More information about the webkit-unassigned mailing list