Text Input
Inputs text (regardless of whether any text field is currently focused or not)
- inputText: "Hello World"
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
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
Last modified 3mo ago