Skip to main content
POST
Execute a step in an existing session

Authorizations

Authorization
string
header
required

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

Path Parameters

sessionId
string
required

Body

application/json
action
string
required

Action to perform (e.g., click, type)

selector
string
required

CSS selector for the target element

value
string

Value to use for the action (e.g., text to type)

Response

Successful operation

status
enum<string>
Available options:
success
result
string