JavaScript
Browser Computer Controls
Execute a batch of computer actions sequentially
Send an array of computer actions to execute in order on the browser instance. Execution stops on the first error. This reduces network latency compared to sending individual action requests.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Browser session ID
Body
application/json
A batch of computer actions to execute sequentially.
Ordered list of actions to execute. Execution stops on the first error.
Required array length:
1 - 100 elementsResponse
All actions executed successfully