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

Touch and Hold

Touch and hold an element or position.

Touch and Hold presses and holds on an Element or screen position. Use it to open context menus, drag handles, or mobile long-press actions.

Touch and Hold Test Step

When to use it

  • Open a context menu that appears only after a long press.

  • Start a drag gesture that begins with a held touch on a handle or list item.

  • Pair with Touch Release when the Flow must lift the press on a specific target.

Configure

Basics

Field
What to set

Type

Element (default) or position

Element (conditional)

The Element to press (Element type)

Position Type (conditional)

Percentage (default) or Pixel (position type)

X (conditional)

Left Edge or horizontal position when Type is position

Y (conditional)

Top Edge or vertical position when Type is position

Advanced

Field
What to set

Modifiers

Optional Shift, Ctrl, Windows, or Alt

Mode (conditional)

Area (default) or Event

X Offset (conditional)

Fine-tune horizontal press point (Center by default)

Y Offset (conditional)

Fine-tune vertical press point (Center by default)

Status on fail

Tags: action, touch, down, click, mouse, hold

Last updated