ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

dispatchMouseEvent - movementX/movementY is not changed #194

Closed lolrpa closed 4 years ago

lolrpa commented 5 years ago

Hi, When calling dispatchMouseEvent movementX/movementY is not changed. Some websites track the movementX/movementY to trigger menu, so it is impossible to use devtools protocol to trigger such menu.

Is there a chance that movementX/movementY will be implemented?

Also pptr mouse.move is dependent on this feature. https://github.com/GoogleChrome/puppeteer/issues/4973

TimvdLippe commented 4 years ago

This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation. If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: Platform>DevTools>Platform. Thanks in advance!