func accessibilityActivate () -> Bool
Tells the element to activate itself and report the success or failure of the operation.
func accessibilityIncrement ()
Tells the accessibility element to increment the value of its content.
func accessibilityDecrement ()
Tells the accessibility element to decrement the value of its content.
func accessibilityPerformEscape () -> Bool
Dismisses a modal view and returns the success or failure of the action.
func accessibilityPerformMagicTap () -> Bool
Performs a salient action.