Skip to main content

Download Image

The Download Image component in Robbot RPA enables you to automate the process of downloading an image from a webpage. You can specify the XPath of the image element and provide the folder path where the downloaded image will be saved.

Parameters

XPath : Enter the XPath expression that identifies the image element you want to download. Type : String

Folder Path : Enter the full path to the folder where the downloaded image will be saved. Type : String

Result : Returns a boolean value indicating whether the download operation was performed correctly. Type : Boolean

Usage

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

Open your Robbot RPA project.

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

Configure the component by providing the necessary inputs:

Enter the XPath expression that corresponds to the image element you want to download in the XPath parameter.

Enter the full path to the folder where the downloaded image will be saved in the Folder Path parameter.

Continue building your sequence or workflow by adding other components or actions as needed.

Execute your sequence or workflow to perform the download operation and save the image to the specified folder.

Note: Make sure that the XPath expression provided in the XPath parameter accurately identifies the desired image element on the webpage. You can use browser developer tools or other XPath tools to inspect and verify the XPath expression.

By utilizing the Download Image component, you can automate the process of downloading images from webpages in your Robbot RPA project.