Methods
Static accessibilityId
- accessibilityId(accessibilityId: string): Selector
Static accessibilityIdContains
- accessibilityIdContains(accessibilityId: string): Selector
Static accessibilityIdMatches
- accessibilityIdMatches(accessibilityId: string): Selector
Static accessibilityIdStartsWith
- accessibilityIdStartsWith(accessibilityId: string): Selector
Static custom
-
Type parameters
Parameters
Combines two selectors by an AND (&&) condition.
If one of the selectors has a null selector on one platform, the resulting selector will also have null on this platform. If one of the selectors has a null selector on Android and the other has a null selector on iOS, an error will be thrown, since the resulting selector would be null.