Skip to main content
Types text. The simplified form takes the text as a single string and types into the currently focused field. Use the detailed form to target a field with into.

Parameters

ParameterTypeRequiredDescription
textstringYesThe text to type.
intostringNoTarget field description or percent pair.
clearContentbooleanNoClear the field before typing.
forceClearContentbooleanNoForce-clear the field when a normal clear is insufficient.
delaynumberNoMilliseconds between key presses.
saveAsstringNoVariable to store this step’s return value on env.<name>.
retriesnumberNoTimes to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.

Shorthand

Text as a single string.
- type: jeff@example.com

Examples

- type:
    text: jeff@example.com
    into: the Email field # focus this field first
    clearContent: true # clear any existing value before typing