Record Hover Actions
Hover actions are used to test interactions such as menus, tooltips, and elements that appear when a user hovers over specific areas. With the AI Recorder, you can capture these interactions as part of your test scripts.
Steps to Record Hover Actions
Launch the Recorder and navigate to the page where you want to record a hover action.
While in Recording mode, click the arrow icon in the toolbar to activate Hover Mode. The icon turns blue when active.
NOTE
The image below uses https://dribbble.com/ as an example.
Click the element you want to hover over. The Recorder will register this action as a hover. Hover mode automatically turns off after one second.
Continue recording your scenario as usual. To record a nested hover (hover within a hover), reactivate Hover Mode and click the next element.
Run the recorded scenario to verify the hover interactions work as intended.
Generate Code and Save once you’re satisfied with the results.