#
type
Types text into a field (character by character).
#
Parameters
selector,selector_type,selector_index,frame_selector,timeout_ms- seesteps/index.md.value/text(string) - input text (supports ``).clear(bool, optional) - clear the field before typing (defaulttrue).
#
Example
{
"action": "type",
"tag": "TypeEmail",
"selector": "input[name=email]",
"value": "",
"clear": true
}