Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Browser session ID

Body

application/json

A batch of computer actions to execute sequentially.

actions
object[]
required

Ordered list of actions to execute. Execution stops on the first error.

Required array length: 1 - 100 elements

Response

All actions executed successfully