Type Text
Last updated
Was this helpful?
Last updated
Was this helpful?
Types text into a text box
Text to type into a focused element
To press a special key, like Control
or ArrowDown
, use
If you need to type a large amount of text and Type Text is too slow for your needs, you can use Javascript in to set the text directly. ()
If you need to type a literal "$" character (e.g. $100
), you can use "\$" to escape the character so that Browserflow doesn't interpret it as a variable (e.g. \$100
).