Send Keys
Commands
Send Keys
Send keyboard input to the browser
POST
Send Keys
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
Sends one or more key presses to the browser. Supports special keys likeBackspace, Enter, Tab, and ArrowUp. Multiple keys can be sent as a comma-separated string.
Authentication
Self-hosted open source deployments do not require authentication.
Path Parameters
The browser ID returned from Create Session.
Request Body
Key or comma-separated list of keys to send. Repeat a key by appending a count, e.g.
Backspace10 to press Backspace 10 times.Response
Whether the keys were sent successfully.
Confirmation message.

