Hold Key
Commands
Hold Key
Hold a key down for a duration
POST
Hold Key
Documentation Index
Fetch the complete documentation index at: https://docs.rustybrowser.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Holds a key down for a specified duration in milliseconds. Useful for long-press interactions or triggering hold-based browser shortcuts.Authentication
Self-hosted open source deployments do not require authentication.
Path Parameters
The browser ID returned from Create Session.
Request Body
The key to hold. Append the duration in milliseconds directly to the key name, e.g.
Backspace3000 holds Backspace for 3 seconds.Response
Whether the key was held successfully.
Confirmation message.

