Hover Mouse on Object
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input: <ObjectType>;<VisibleText(optional)>;<Index>;<abs(optional)>
Note: The user needs to provide the type of object, its visible text of the element (if needed), its element index, and the abs (absolute).
Output: <Dynamic Variable>(optional);<Dynamic Variable>(optional)
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.
button;;0
The Hover Mouse on Object action should be correctly Hover mouse on the Filter button and store True in Output variable.
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.