Skip to main content

Move To Element

Moves the mouse pointer (hovers) to the specified element on 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 page containing the element to which the mouse pointer will be moved. This ID is generated by the Open Browser node.
  • Selector Type - The type of selector used to locate the element. Can be "XPath" or "CSS".
  • Selector - The selector expression used to locate the element on the web page.

Options

  • Wait Timeout (sec) - The maximum time in seconds to wait for the element to become available on the web page.