JavaScript
Browsers
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
Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-chrome-policy-on-demand.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Ad-hoc upload one or more unpacked extensions to a running browser instance.
Previous
Get the current mouse cursor position on the browser instance
Next