Wait For Condition
POST /v1/browser/interactions/wait
Wait for a condition to be met
Parameters
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Request Body
{
"$ref": "#/components/schemas/BrowserWaitRequest"
}
Responses
200
Successful Response
{
"$ref": "#/components/schemas/BrowserInteractionResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}