Closed ChernyshevDS closed 5 months ago
@ChernyshevDS thanks for reporting the issue. Checking the table of action algorithms and how to dispatch those it is clear that the second argument indeed has to be the source
. You can see this as well for the Dispatch a pointerUp action
case.
Would you be interested to fix this bug in the specification? We would appreciate.
@whimboo Sure, I've created a PR: https://github.com/w3c/webdriver/pull/1820
Fixed by #1820.
Dispatch a pointerDown action
does not accept input source as a parameter. It seems thatinput source
is mixed up withinput state
, because following items do not make sense becauseinput source
does not have expected properties: