OS Level Control
Keyboard Shortcut
Performs a keyboard shortcut using the specified keys
POST
Authorizations
API key passed in the header
Path Parameters
The ID of the browser session
Body
application/json
Array of keys to press simultaneously
Example:
["Ctrl", "a"]
Time to hold the keys down in milliseconds
Example:
100
Response
200
application/json
Shortcut performed successfully
Example:
"success"