Skip to main content

Click Element

The Click Element component in Robbot RPA enables you to interact with web elements on a webpage by specifying their XPath. This component is useful when you need to click on a specific element to trigger an action or navigate to another page.

Parameters

XPath : Enter the XPath expression that identifies the web element you want to click on. Type : String

Usage

To use the Click Element component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the Click Element component into your sequence or workflow.

Configure the component by providing the necessary input:

Enter the XPath expression that corresponds to the web element you want to click on in the XPath parameter.

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

Execute your sequence or workflow to perform the click operation on the specified web element.

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

By utilizing the Click Element component, you can easily perform click operations on web elements using XPath, allowing you to automate interactions with webpages in your Robbot RPA project.