Skip to main content

Wait Element

The "Wait Element" tool in the Robbot RPA application allows you to pause the execution of your automation workflow until a specific element becomes available on a web page. This tool is useful when you need to ensure that an element is present before proceeding with further actions.

Parameters

  • XPath: The XPath expression that identifies the element you want to wait for.Type : String
  • Timeout: The maximum amount of time to wait for the element to become available, in seconds.Type : İnteger
  • Result: The result of the wait operation, indicating whether the element was found within the specified timeout or not.Type : Boolean

Usage

Specify the "XPath" parameter with the XPath expression that identifies the target element. Set the "Timeout" parameter to the maximum amount of time you want to wait for the element, in seconds. Execute the "Wait Element" tool. The tool will pause the execution of the workflow until the specified element is found or until the timeout period is reached. The "Result" parameter will indicate whether the element was found within the specified timeout or not.