Hover actions simulate moving the mouse cursor over specific elements on the page. They are essential for interacting with dropdown menus, tooltips, and other interactive elements.

Basic Usage

Move the mouse cursor over different page elements

Common Hover Combinations

Hover actions often work in combination with other actions, particularly inner scrolls.

Hover then Scroll

Use hover when working with scrollable containers

  1. Keep the cursor over the container while scrolling

  2. Use specific pixel values for scroll amounts

  3. Add wait actions if needed for smooth interactions

Hover for Dropdown Menus

Hover over a dropdown menu and perform additional actions on the revealed content

Hover for Nested Menus

Hover over parent menu, wait for submenu to appear, then hover on submenu items