inputText

Inputs text (regardless of whether any text field is currently focused or not)

- inputText: "Hello World"

Unfortunately unicode characters are not supported yet in Android platform. 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 text

Last updated