GREYLayoutAttribute
enum GREYLayoutAttribute {}
Layout attributes for matching on layouts (modelled after @c NSLayoutAttribute).
-
The left edge of element.
Declaration
Objective-C
kGREYLayoutAttributeLeft = 1 -
The right edge of element.
Declaration
Objective-C
kGREYLayoutAttributeRight -
The top edge of element.
Declaration
Objective-C
kGREYLayoutAttributeTop -
The bottom edge of element.
Declaration
Objective-C
kGREYLayoutAttributeBottom
View on GitHub
GREYLayoutAttribute Enum Reference