BROWSER Test if an element is clickable function

The BROWSER Test if an element is clickable function in RPA.

Help CentreBuilding Processes

This article describes the RPA Browser functionality to test if an element is clickable.

For a full list of available functions, please read BROWSER functions.


Description

The BROWSER Test if an element is clickable function allows you to test if an element is clickable.


Setting it up

To use the BROWSER Test if an element is clickable function, follow these instructions:

{{popups:rpas/add:action=browser-is-clickable}}

Once on a process map:

  1. Navigate to the process where you would like to add the BROWSER Test if an element is clickable function
  2. Click on the green button’s drop-down (right side of the green button labelled “Process”)
  3. On the menu that appears, click on the “+ Activity” item
  4. From here you can select the BROWSER Test if an element is clickable option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
Element selectorYesText-XPath, CSS, ID, or Name selector
VariableYesText-Variable to store the result (true/false)
Visible onlyNoSwitchOffOnly consider visible elements

Output variables

VariableTypeDescription
VariableBooleanTrue if the element is clickable

Errors

ErrorDescription
Browser not openNo browser session is active

Tips

  • Checks if an element is both visible and enabled for clicking

Related functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.