Maestro by mobile.dev
Ask or search…
K
Comment on page

eraseText

The eraseText command removes characters from the currently selected text field (if any) and can be used as such:
- eraseText # Removes up to 50 characters (default)
If you need to remove more characters, you can specify a number explicitly:
- eraseText: 100 # Removes up to 100 characters
Note: This is for searches looking for clearText.

Flakiness on iOS
We have seen cases where eraseText can be flaky on iOS. The maestro team is aware of that and is working on it. In the meantime, you can use the following commands to workaround the flakiness of the command:
- longPressOn: "<input text id>"
- tapOn: 'Select All'
- eraseText