Click Text

Clicks a user-specified text.

This activity allows users to perform a specific click operation (Left click, Right-click, etc.) on a user-specified text content.

Input

  • Click Offset: The X and Y offset will be added to the middle point of the found image. A positive X value moves to the right, and a positive Y value moves to the bottom. Negative values move to the opposite direction.

  • Click Type: Specifies the click type that is to be executed on the text.

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)

Last updated