inputText
Inputs text (regardless of whether any text field is currently focused or not)
- inputText: "Hello World"Unfortunately unicode characters are not supported yet. Follow the GitHub issue for status updates.
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 textLast updated
Was this helpful?
