Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 619 Bytes

erasetext.md

File metadata and controls

24 lines (17 loc) · 619 Bytes

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

Input random text

There are several convenience methods for entering a random text input:

- inputRandomEmail       # Enters a random Email address
- inputRandomPersonName  # Enters a random person name
- inputRandomNumber      # Enters a random integer number
- inputRandomText        # Enters random unstructured text