mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
669 B
669 B
Home > puppeteer > Protocol > Input > DispatchMouseEventRequest > buttons
Protocol.Input.DispatchMouseEventRequest.buttons property
A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0.
Signature:
buttons?: integer;