If Web Text Exists
Command description
Check whether the specified text exists on a webpage and execute the indented child commands when the selected condition is met. For example, check for text shown only on a login page before running the login commands.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Webpage Object | WebPage | Webpage to search |
| Text Content | str | Text to find |
| Text State | enum | Exists, Does Not Exist |
| Wait Duration | number | Maximum time to wait for the text to appear or disappear, in seconds |
Command Output Parameters
None
Text status
- Exists: Wait for the text to appear, up to the configured duration. Execute the child commands if it appears.
- Does Not Exist: Wait for the text to disappear, up to the configured duration. Execute the child commands if it is absent.
tip
- Install the Runavelo browser extension before using this command.
- This command does not use OCR. It searches text in the HTML and cannot recognize text inside images.