Home > puppeteer > Protocol > Input > DispatchKeyEventRequest > modifiers
Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0).
Signature:
modifiers?: integer;