Hover Mouse on Object
The Hover Mouse on Object action in the Avo Assure is found under the @Custom Element Name. It instructs the Avo Assure Client to move the mouse over a specific element on the screen without clicking on it and save the result (True/False) in the given output variable.
Syntax
Input: <ObjectType>;<VisibleText(optional)>;<Index>;<abs(optional)>
Output: <Dynamic Variable>(optional);<Dynamic Variable>(optional)

Usecase/Example

Scenario
User is testing the web application, in web application when the user clicks the Search button, a new tab opens with the search results. After the new tab loads, the user moves the mouse over the Filter button, but without clicking it. By using the “Hover Mouse on Object” action in Avo Assure, the user can check if the mouse pointer is correctly placed over the Filter button in the new tab.
Input
button;;0
Expected Result
The Hover Mouse on Object action should be correctly Hover mouse on the Filter button and store True in Output variable.
Output
The result of the Hover Mouse on Object action correctly Hover mouse on the Filter button and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.
Last updated
Was this helpful?