func accessibilityActivate () -> Bool
Tells the element to activate itself and report the success or failure of the operation.
func accessibilityDecrement ()
Tells the accessibility element to decrement the value of its content.
func accessibilityScroll (UIAccessibilityScrollDirection) -> Bool
Scrolls screen content in an application-specific way and returns the success or failure of the action.
func accessibilityPerformEscape () -> Bool
Dismisses a modal view and returns the success or failure of the action.
func accessibilityPerformMagicTap () -> Bool
Performs a salient action.