GREYInteractionErrorCode
enum GREYInteractionErrorCode {}
Error codes for element interaction failures.
-
Element search has failed.
Declaration
Objective-C
kGREYInteractionElementNotFoundErrorCode = 0
Swift
case elementNotFoundErrorCode = 0
-
Constraints failed for performing an interaction.
Declaration
Objective-C
kGREYInteractionConstraintsFailedErrorCode
Swift
case constraintsFailedErrorCode = 1
-
Action execution has failed.
Declaration
Objective-C
kGREYInteractionActionFailedErrorCode
Swift
case actionFailedErrorCode = 2
-
Assertion execution has failed.
Declaration
Objective-C
kGREYInteractionAssertionFailedErrorCode
Swift
case assertionFailedErrorCode = 3
-
Timeout reached before interaction could be performed.
Declaration
Objective-C
kGREYInteractionTimeoutErrorCode
Swift
case timeoutErrorCode = 4
-
Single element search found multiple elements.
Declaration
Objective-C
kGREYInteractionMultipleElementsMatchedErrorCode
Swift
case multipleElementsMatchedErrorCode = 5
-
Index provided for matching an element from multiple elements was over the number of elements found.
Declaration
Objective-C
kGREYInteractionMatchedElementIndexOutOfBoundsErrorCode
Swift
case matchedElementIndexOutOfBoundsErrorCode = 6