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.

Presses a software keyboard key. The simplified form takes the key name as a single string.

Parameters

ParameterTypeRequiredDescription
keyenumYesKey to press: enter, backspace, or close_keyboard.
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

Key name as a single string.
- pressKey: enter

Examples

- pressKey:
    key: close_keyboard # dismiss the on-screen keyboard