Image Exists

Check if an image exists or not.

This activity is used to check if a user-specified image exits on the screen or not.

Input

  • Accuracy: String Argument Required Specifies a measurement value that determines the level of accuracy of the image to be searched for.

  • Profile: Specifies the type of Image Detection algorithm to be used. The available options are:

    • Basic

    • Enhanced


  • Image: Required Specifies the file path of the target image to check if it exists or not.

Configure

  • Mode: Specifies the mode. The available options are:

    • Auto - If selected, the activity will take a screenshot of the topmost window.

    • TopMostWindow - If selected, the activity will either use the UI Element Selector or Desktop Area Rectangle to take the screenshot.

Area Settings

  • UI Element Selector: DesktopElement Argument Select a UI Element or Window on the screen. Either the Desktop Area or the UI Element Selector properties should have input values that specify the area in which the specified image may appear.

  • Desktop Area: Specify an area (x,y,width,height) in Desktop. Either the Desktop Area or the UI Element Selector properties should have input values that specify the area in which the specified image may appear. Units in pixels.

Output

  • Found: Boolean Variable Specifies a variable name that stores the info about whether the specified image is found or not.

Last updated