Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/sessions/{session_id}/keyboard/press \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data ' { "keys": "<string>" } '
{ "data": { "status": "<string>" } }
Presses one or more keys in the session’s browser (OS-level input).
API key passed in the header
A single key or an array of keys to press.
Keys pressed successfully.
Show child attributes
Was this page helpful?