How-to
Double click (dblclick)
Double click (dblclick)
Double-clicks an element. Same Target rules as click.
Step model
action_name | dblclick |
| Group | Pointer |
| Target | Required |
| Value | Unused |
| expected_value | Unused |
| TEST_ACCOUNT | Forbidden |
| Do not confuse with | click |
Target/Value facts match the source-of-truth catalog and Autotest step.
Prerequisites
- The element is visible and accepts a double click in the product.
Steps
- Add a
dblclickstep. - Fill Target.
- Do not use Value.
- 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:
| Field | Value |
|---|---|
action_name | dblclick |
| Target | kind 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.
Did this page help?