Wait For Text

Waits for a specific text.

This activity is used to wait for a user-specified text on the screen.

Input

Configure

OCR Options

  • Crop Region: Specifies the region on the document to apply the OCR.

  • Intermediate Save Path: Specifies the location where intermediate files are stored. If not specified files will be stored in Windows Temp folder.

  • Language: Specifies the text language present in the document.

  • Profile: Specifies a set of optimized preprocessing steps for a given task. By default the value is set to SceenScrape.

  • Save Intermediate Files?: If set to True all intermediate images created during preprocessing will be saved to disk.

  • Timeout: Specifies the timeout in milliseconds to wait for the OCR operation to complete.

Timeout

Specifies the amount of time (in milliseconds) to wait until the specified element is found. By default the value is set to 1000 milliseconds (10 sec)

Output

Found: Boolean Variable Specify a variable name that stores the info about whether the specified search text is found or not.

Last updated