Extensions
The following extensions are available globally.
-
Declaration
Swift
public extension NSAccessibilityProtocol
-
Declaration
Swift
public extension Sequence where Element: PrettyRawRepresentable
-
Note: string value can be a RawRepresentable and String at the same time
for example:
See morelet element: XCUIElement = "SomeString".element
Declaration
Swift
extension String: RawRepresentable
-
Get the
See moreXCUIElement
from RawRepresentable’s RawValue which also been used as accessibilityIdentifierDeclaration
Swift
public extension RawRepresentable where RawValue == String
-
associated object
See more