GREYScrollErrorCode
enum GREYScrollErrorCode {}
Error codes for scrolling related errors.
-
Reached content edge before the entire scroll action was complete.
Declaration
Objective-C
kGREYScrollReachedContentEdgeSwift
case reachedContentEdge = 0 -
It is not possible to scroll.
Declaration
Objective-C
kGREYScrollImpossibleSwift
case impossible = 1 -
Could not scroll to the element we are looking for.
Declaration
Objective-C
kGREYScrollToElementFailedSwift
case toElementFailed = 2
View on GitHub
GREYScrollErrorCode Enum Reference