For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hover

Move the pointer over an Element or screen position.

Hover moves the pointer over a control without clicking. Use it to open hover menus, reveal tooltips, or show controls that only appear on mouseover before a later Touch.

Hover Test Step

When to use it

  • Reveal a menu that only appears on hover, then Touch an item inside it.

  • Show tooltip or preview UI before a Check step.

Configure

Basics

Field
What to set

Type

Element (default) or position

Element

The Element to hover (Element type)

Position Type

Percentage (default) or Pixel (position type)

X / Y

Where to hover when Type is position

Advanced

Field
What to set

Status on fail

Tags: action, hover, mouse, moveto

Last updated