Skip to main content
Use after keyDown to release the held key.

Parameters

ParameterTypeRequiredDescription
keystringYesKey name.
convertMetabooleanNoTranslate Meta to Control on non-mac platforms.
saveAsstringNoName of the variable to write this step’s return value to.
retriesnumberNoNumber of times to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.

Shorthand

Key name as a single string.
- keyUp: Shift

Examples

- keyUp:
    key: Shift