Functions
The following functions are available globally.
-
set AccessibilityIdentifier on UI elements
Declaration
Swift
public func <<< <T>(lhs: NSAccessibilityProtocol?, rhs: T) where T : RawRepresentable, T.RawValue == String
Parameters
lhs
UI element
rhs
AccessibilityIdentifier’s value
-
set AccessibilityIdentifier pretty path value on UI elements
Declaration
Swift
public func <<< <T>(lhs: NSAccessibilityProtocol?, rhs: T) where T : PrettyRawRepresentable
Parameters
lhs
UI element
rhs
AccessibilityIdentifier’s value
-
set AccessibilityIdentifier on UI elements