GREYScrollErrorCode
enum GREYScrollErrorCode {}
Error codes for scrolling related errors.
-
Reached content edge before the entire scroll action was complete.
Declaration
Objective-C
kGREYScrollReachedContentEdge
Swift
case reachedContentEdge = 0
-
It is not possible to scroll.
Declaration
Objective-C
kGREYScrollImpossible
Swift
case impossible = 1
-
Could not scroll to the element we are looking for.
Declaration
Objective-C
kGREYScrollToElementFailed
Swift
case toElementFailed = 2