forked from mobile-dev-inc/maestro-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-324: change request with no subject merged in GitBook
- Loading branch information
1 parent
dd1aca9
commit 3adc7fd
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# eraseText | ||
|
||
The `eraseText` command removes up to 50 characters from the currently selected text field (if any): | ||
The `eraseText` command removes characters from the currently selected text field (if any) and can be used as such: | ||
|
||
```yaml | ||
- eraseText | ||
- eraseText # Removes up to 50 characters (default) | ||
``` | ||
If you need to remove more characters, you can specify a number explicitly: | ||
```yaml | ||
- eraseText: 100 # Removes up to 100 characters | ||
``` | ||
_Note: This is for searches looking for clearText._ |