---
title: accessibilityPerformPick()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsaccessibilityprotocol/accessibilityperformpick()
---

# accessibilityPerformPick()

Selects the accessibility element.

## Declaration

```swift
func accessibilityPerformPick() -> Bool
```

## Return Value

Return Value true if the action was successfully triggered; otherwise, false. This method does not indicate the success or failure of the action, just the fact that the action was successfully triggered.

## Discussion

Discussion Use this method on selectable elements, such as a menu item.

## See Also

### Selecting elements

- [accessibilityPerformPress()](appkit/nsaccessibilityprotocol/accessibilityperformpress().md)
