# doubleTapOn

Taps twice on an element using a [selector](/creating-tests/test-step-selectors.md).

## Examples

Double-tap on text

```yaml
- doubleTapOn:
    text: "some text"
```

Double tap on an element with ID

```yaml
- doubleTapOn:
    id: "some-id"
```

## Options

Double tap on a point in the top left corner of the screen

```yaml
- doubleTapOn:
    point: 10%,10%
```

Double tap on a point in the centre of the screen

```yaml
- doubleTapOn:
    point: 50%,50%
```

## Related Commands

[tapOn](/creating-tests/commands/tapon-1.md)

[doubleTapOn](/creating-tests/commands/tapon.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moropo.com/creating-tests/commands/tapon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
