EarlGrey.select(
elementWithMatcher:
Matcher
) .perform(
Action
) .assert(with:
Matcher
)
EarlGrey 1.10
Matchers
Accessibility Properties
grey_accessibilityElement()
grey_accessibilityFocused()
grey_accessibilityHint(...)
grey_accessibilityID(...)
grey_accessibilityLabel(...)
grey_accessibilityTrait(...)
grey_accessibilityValue(...)
UI Properties
grey_buttonTitle(...)
grey_datePickerValue(...)
grey_enabled()
grey_firstResponder()
grey_interactable()
grey_layout(...)
grey_minimumVisiblePercent(...)
grey_notVisible()
grey_pickerColumnSetToValue(...)
grey_progress(...)
grey_scrollViewContentOffset(...)
grey_selected(...)
grey_sliderValueMatcher(...)
grey_stepperValue(...)
grey_sufficientlyVisible()
grey_switchWithOnState(...)
grey_text(...)
grey_userInteractionEnabled()
Hierarchy
grey_ancestor(...)
grey_descendant(...)
Class
grey_kindOfClass(...)
grey_respondsToSelector(...)
grey_conformsToProtocol(...)
Comparison
grey_closeTo(...)
grey_equalTo(...)
grey_lessThan(...)
grey_greaterThan(...)
Other
grey_anything()
grey_keyWindow()
grey_nil()
grey_notNil()
grey_systemAlertViewShown()
Object Matchers - Objective-C
grey_allOf(...)
grey_anyOf(...)
grey_not(...)
Object Matchers - Swift
grey_allOfMatchers(...)
grey_anyOfMatchers(...)
Actions
Click/Press
grey_tap()
grey_tapAtPoint(...)
grey_doubleTap()
grey_doubleTapAtPoint(...)
grey_longPress()
grey_longPressAtPointWithDuration(...)
grey_longPressWithDuration(...)
grey_multipleTapsWithCount(...)
Gestures
grey_multiFingerSwipeFastInDirection(...)
grey_multiFingerSwipeSlowInDirection(...)
grey_multiFingerSwipeFastInDirectionWithStartPoint(...)
grey_multiFingerSwipeSlowInDirectionWithStartPoint(...)
grey_pinchFastInDirectionAndAngle(...)
grey_pinchSlowInDirectionAndAngle(...)
grey_scrollInDirection(...)
grey_scrollInDirectionWithStartPoint(...)
grey_scrollToContentEdge(...)
grey_scrollToContentEdgeWithStartPoint(...)
grey_swipeFastInDirection(...)
grey_swipeFastInDirectionWithStartPoint(...)
grey_swipeSlowInDirection(...)
grey_swipeSlowInDirectionWithStartPoint(...)
Text
grey_replaceText(...)
grey_typeText(...)
grey_clearText()
Other
grey_moveSliderToValue(...)
grey_setStepperValue(...)
grey_turnSwitchOn(...)
grey_setDate(...)
grey_setPickerColumnToValue(...)
grey_javaScriptExecution(...)
grey_snapshot(...)
Assertions
Assertions
GREYAssert(...)
GREYAssertEqual(...)
GREYAssertEqualObjects(...)
GREYAssertFalse(...)
GREYAssertNil(...)
GREYAssertNotEqual(...)
GREYAssertNotEqualObjects(...)
GREYAssertNotNil(...)
GREYAssertTrue(...)
GREYFail(...)
GREYFailWithDetails(...)