Hover Mouse on Object

This is a pre-built Action that comes for the captured Element, instructs the Avo Assure to hover the mouse over the captured element from the application and save the result in a dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

No input value is required for this action.

Output Value

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This dynamic variable holds the status of the action as True or False.

Example

Hovers the mouse over a captured element within the application.

The Hover Mouse on Element action simulates a mouse hover event on the designated captured object (e.g., a navigation tab on a webpage). The result of the action is stored in the {HoverStatus} variable, with possible values:

  • True – if the mouse hover is successfully performed

  • False – if the mouse hover fails on the element

Last updated

Was this helpful?