Press one or more keys on the host computer

POST/browsers/{id}/computer/press_key

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response

Keys pressed successfully

no response body.
curl -X POST "https://example.com/browsers/string/computer/press_key" \  -H "Content-Type: application/json" \  -d '{    "keys": [      "string"    ]  }'
Empty