Skip to main content

Click Element

Clicks on an element 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 - The id of the webpage to click element on. This ID is generated by the Open Browser node.
  • Selector Type - The type of selector to use. The options are "XPath" and "CSS".
  • Selector - The selector of the element to click on.

Options

  • Wait Timeout (sec) - The time in seconds that Click Element will wait for the element to be visible before throwing an error.
  • Click Type - The type of click that will be performed on the element. The options are "Single Click", "Double Click", "Hold Click", and "Release Click".