---
title: doubleClick()
framework: xcuiautomation
role: symbol
role_heading: Instance Method
path: xcuiautomation/xcuicoordinate/doubleclick()
---

# doubleClick()

Sends a double-click event at the coordinate.

## Declaration

```swift
func doubleClick()
```

## See Also

### Clicking

- [click()](xcuiautomation/xcuicoordinate/click().md)
- [click(forDuration:thenDragTo:)](xcuiautomation/xcuicoordinate/click(forduration:thendragto:).md)
- [click(forDuration:thenDragTo:withVelocity:thenHoldForDuration:)](xcuiautomation/xcuicoordinate/click(forduration:thendragto:withvelocity:thenholdforduration:).md)
- [rightClick()](xcuiautomation/xcuicoordinate/rightclick().md)
