> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/action/double-tap.md).

# Double Tap

Double Tap sends two quick clicks or taps to an [Element](/elements/creating-elements.md) or screen position. Use it for controls that respond to a double click, such as opening a file or zooming a map tile.

![Double Tap Test Step](https://app.does.qa/screenshots/node/action_touch_double.png)

## When to use it

* Open an item that requires a double click in the desktop browser.
* Trigger a mobile gesture mapped to a double tap on a control.
* Prefer [Touch](/test-steps/action/touch.md) for a single click. Use **Mode Event** when an overlay blocks Area mode.

## Configure

### Basics

| Field                             | What to set                                                                |
| --------------------------------- | -------------------------------------------------------------------------- |
| **Type** *(conditional)*          | `Element` (default) or `position`                                          |
| **Element**                       | The [Element](/elements/creating-elements.md) to double tap (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                      |
| **Mode**                          | `Area` (default) or `Event`                                                |

### Advanced

| Field                        | What to set                                            |
| ---------------------------- | ------------------------------------------------------ |
| **Modifiers**                | Optional `Shift`, `Ctrl`, `Windows`, or `Alt`          |
| **X Offset** *(conditional)* | Fine-tune horizontal click point (`Center` by default) |
| **Y Offset** *(conditional)* | Fine-tune vertical click point (`Center` by default)   |
| **Status on fail**           | [Failed Status](/test-step-options/failed-status.md)   |

## Related

* [Touch](/test-steps/action/touch.md)
* [Hover](/test-steps/action/hover.md)
* [Touch and Hold](/test-steps/action/touch-and-hold.md)
* [Touch Release](/test-steps/action/touch-release.md)
* [Action](/test-steps/action.md)

**Tags:** `action`, `touch`, `double`, `click`, `mouse`, `tap`
