webdriver-w3c icon indicating copy to clipboard operation
webdriver-w3c copied to clipboard

Pointer down action doesn't seem to propagate the position.

Open seanparsons opened this issue 2 years ago • 0 comments

If I fire a PointerDownAction with the x and y fields set like this:

, _actionX = Just 1000
, _actionY = Just 500

When I inspect the mouse down on the JavaScript side all the fields like pageX, clientY are all set to zero, so the mouse down gets applied to whatever is on the top left.

seanparsons avatar Jul 08 '22 08:07 seanparsons