Step in page
This endpoint executes an action in an active browser session and observes the resulting state.
Parameters
Required parameter to specify the session ID. The session ID of the active browser session.
Required parameter to specify the action ID. The ID of the action to execute within the environment.
Optional parameter to provide input or parameters for the action. Specify any required input values for the action being executed.
Optional parameter to specify whether to confirm the action (e.g., pressing Enter).
Default is false
.
Response
The unique identifier for the session where the action was executed.
The title of the resulting page after executing the action.
The URL of the resulting page after executing the action.
The timestamp when the action was executed, in ISO 8601 format.
A base64-encoded screenshot of the resulting page, if available.
The data retrieved from the resulting page after the action.
The available action space after the execution, including descriptions and categories.
Error Responses
Invalid request. This error is returned when the input parameters are not valid or a required parameter is missing.
Internal server error. This error is returned when the server encounters an unexpected condition.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.