Skip to main content

Type Text

POST /v1/browser/interactions/type

Type text into an element

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Request Body

{
"$ref": "#/components/schemas/BrowserTypeRequest"
}

Responses

200

Successful Response

{
"$ref": "#/components/schemas/BrowserInteractionResponse"
}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}