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".elementDeclaration
Swift
extension String: RawRepresentable -
Get the
See moreXCUIElementfrom RawRepresentable’s RawValue which also been used as accessibilityIdentifierDeclaration
Swift
public extension RawRepresentable where RawValue == String
-
associated object
See more
Extensions Reference