curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/keyboard/type \
--header 'Content-Type: application/json' \
--header 'anchor-api-key: <api-key>' \
--data '
{
"text": "<string>"
}
'{
"status": "<string>"
}Types the specified text with optional delay between keystrokes
curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/keyboard/type \
--header 'Content-Type: application/json' \
--header 'anchor-api-key: <api-key>' \
--data '
{
"text": "<string>"
}
'{
"status": "<string>"
}Was this page helpful?