eraseText
Erases all text in the currently focused text input.
Defaults to erasing 50 characters.
Examples
- eraseText
You can optionally provide a value to erase more or less characters. In this example, we tell the test runner to remove 80 characters:
- eraseText: 80
Related Commands
Last updated
Was this helpful?