Skip to main content

Documentation Index

Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.
keyPressDelaynumberNoMilliseconds 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.
commentstringNoFree-form annotation kept with the step.

Shorthand

Text as a single string.

Examples

- type:
    text: [email protected]
    into: the Email field # focus this field first
    clearContent: true # clear any existing value before typing