Skip to main content

Hover Mouse over Element

Description

Hovers the mouse over an element of the specified WebPage.

Properties

Input

  • Web Page – Specify the WebPage object of the currently opened web page.
  • Element Path – Specify the XPath of the control on the web page. Please encode the XPath if it contains special characters. For more information, refer to XPath Encoding.
  • Delay After Execution – Specify the number of milliseconds to wait once the execution of the Activity is complete.

Misc

  • DisplayName – The display name of the Activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even though this Activity fails. This field only supports Boolean values (True, False). The default value is False.
note

Suppose this activity is inside Try Catch, and the value of this property is True. In that case, it will ignore errors during the automation execution.

  • Timeout – An Argument of type Timespan Specifies the amount of waiting time taken by the activity to run before an error occurs and aborts the workflow. By default, the Timeout value is 10 minutes.

Output

  • Result - Returns True if the mouse successfully hovers over the specified element.

Example

Download Example

Hover Mouse Over Element