ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
860 stars 173 forks source link

[Question]: How can we grab Mouse events from Chrome Devtools Protocol API? #123

Closed joychester closed 4 years ago

joychester commented 4 years ago

This is a question rather than a bug report..

What steps will reproduce the problem?

  1. Under ChromeDevtools Performance tab, it can capture every detail mouse movement events under Interactions section, like following screenshots: Screen Shot 2019-12-11 at 16 32 27

Question:

How can I get the Mouse events(Mouse Up/Down/scroll) detail info through Chrome Devtools Protocol API? Thanks!

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!