Key Press

Automates typing an input
The following keys are supported as input in additional to regular keys to simulateKey():
"Enter": Enter Key
"DELETE": Delete Key
"ControlDown": Control Key Down
"ControlUp": Control Key Up
"ShiftDown": Shift Key Down
"ShiftUp": Shift Key Up
"AltDown": Alt Key Down
"AltUp": Alt Key Up
"ArrowDown": Arrow Down Key
"ArrowUp": Arrow Up Key
"ArrowLeft": Arrow Left Key
"ArrowRight": Arrow Right Key
"Home": Home Key
"End": End Key
"PageUp": Page Up Key
"PageDown": Page Down Key
"Backspace": Backspace Key
"Delete": Delete Key
"Tab": Tab Key
"Escape": Escape Key
This action uses the Chrome debugging API and accessibility options to mimic human activity on the keyboard
Last modified 4mo ago