BROWSER Wait for an element’s visibility to change function

The BROWSER Wait for an element’s visibility to change function in RPA.

Help CentreBuilding Processes

This article describes the RPA Browser functionality to wait for an element’s visibility to change.

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


Description

The BROWSER Wait for an element’s visibility to change function allows you to wait for an element’s visibility to change.


Setting it up

To use the BROWSER Wait for an element’s visibility to change function, follow these instructions:

{{popups:rpas/add:action=browser-visibility-change}}

Once on a process map:

  1. Navigate to the process where you would like to add the BROWSER Wait for an element’s visibility to change 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 Wait for an element’s visibility to change option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
Element selectorYesText-XPath, CSS, ID, or Name selector
VisibilityYesSelectOppositeWait for: Hidden, Visible, or Opposite (toggle)

Output variables

This action does not produce output variables.


Errors

ErrorDescription
Element not foundThe element could not be found
TimeoutThe visibility did not change within the timeout

Tips

  • Use Opposite to wait for the current visibility to toggle
  • Useful for loading spinners and dynamic content

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.