Skip to main content

Wait Element

Waits for an element to appear or disappear in a web page

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Page Id - ID of the page where the element is located. This ID is generated by the Open Browser node.
  • Selector Type - Type of selector used to find the element.
  • Selector - Selector used to find the element.

Options

  • Condition - Determines whether to wait for the element to appear, disappear, or appear and then disappear.
  • Timeout (sec) - Maximum time that the node waits for the element to appear or disappear, in seconds.