How-to

Double click (dblclick)

Double click (dblclick)

Double-clicks an element. Same Target rules as click.

Step model

action_namedblclick
GroupPointer
TargetRequired
ValueUnused
expected_valueUnused
TEST_ACCOUNTForbidden
Do not confuse withclick

Target/Value facts match the source-of-truth catalog and Autotest step.

Prerequisites

  1. The element is visible and accepts a double click in the product.

Steps

  1. Add a dblclick step.
  2. Fill Target.
  3. Do not use Value.
  4. Save.

The step is stored on the autotest. Next - neighbouring steps or autotest run creation.

Examples

List row by test id

Fields in the UI:

FieldValue
action_namedblclick
Targetkind TESTID, value suite-row-12

Step JSON fragment (copy-paste):

json
{
  "action_name": "dblclick",
  "target": {
    "kind": "TESTID",
    "value": "suite-row-12"
  }
}

Common mistakes

  • Do not replace a normal click with a double click unless the product needs it.

Screenshots

Screenshots of the step form for dblclick will be added here in a later pass.

Version 1.0.0 · Last updated 2026-09-11

Did this page help?