OsstemImplant
21 days agoOccasional Contributor
Hover Button...
When using the TestComplete Desktop module for record‑based automation testing, there are cases where a button is not visible and therefore cannot be clicked.
This happens when the button only appears on mouse hover.
When the mouse is manually moved to that position, the button becomes visible, but during the recorded automated test the button does not appear and the test cannot proceed.
What is the best way to hover over a button that is not visible during the test and then click it?
<<= Look !!!
Hi !
You can use the HoverMouse action on the parent object first, then you will able to click on the button.
https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/onscreen/hovermouse-action-onscreen-object.html