Read
The Read component in Robbot RPA enables you to extract the value of an XPath area on a webpage. It utilizes the specified XPath expression to locate the desired element and retrieve its value.
Parameters
XPath : Enter the XPath expression to locate the desired element on the webpage. Type : String
Result : Returns the value found at the specified XPath. Type : String
Usage
To use the Read component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Read component into your sequence or workflow.
Set the XPath parameter by entering the XPath expression that corresponds to the area you want to read on the webpage.
Specify a variable or property to store the retrieved value in the Result parameter.
Continue building your sequence or workflow by adding other components that require the extracted value.
Execute your sequence or workflow to read the value from the specified XPath area on the webpage.
By using the Read component, you can easily extract specific values from webpages based on XPath expressions, enabling you to automate data extraction and processing tasks efficiently.