Skip to main content

Open Image

The Open Image component in Robbot RPA allows you to open an image file and create a session that includes the image file's information. This session can be shared with other components in your workflow, enabling you to perform various operations on the opened image.

Parameters

Image Path : When you click the button, you will be prompted to select the image file you want to open. This parameter specifies the path to the image file. Type : String

Usage

To use the Open Image component in your Robbot RPA project, follow these steps:

Drag and drop the Open Image component into your sequence or workflow.

Configure the component by providing the necessary input:

Click the button next to the Image Path parameter and select the image file you want to open. Continue building your sequence or workflow by adding other components or actions that require the image session created by the Open Image component.

Use the session created by the Open Image component in subsequent components to perform operations on the opened image, such as image processing, analysis, or saving.

Execute your sequence or workflow to open the image and perform the desired operations.

By utilizing the Robbot RPA Open Image component, you can easily open image files and leverage the image session in other components to manipulate and analyze the image data within your Robbot RPA project.