curl --request POST \
--url http://localhost:2468/v1/desktop/keyboard/type \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"delayMs": 1
}
'{
"ok": true
}Performs a health-gated xdotool type operation against the managed
desktop.
curl --request POST \
--url http://localhost:2468/v1/desktop/keyboard/type \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"delayMs": 1
}
'{
"ok": true
}