Skip to main content

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 parametersInput parameter typeDescription
Webpage ObjectWebPageWebpage to search
Text ContentstrText to find
Text StateenumExists, Does Not Exist
Wait DurationnumberMaximum 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.

Example

FAQ

See Web Automation FAQ