eraseText

The eraseText command removes up to 50 characters from the currently selected text field (if any):

- eraseText

If you need to remove more characters, you can specify a number explicitly:

- eraseText: 100    # Removes up to 100 characters

Last updated

Was this helpful?