Skip to content

Instantly share code, notes, and snippets.

@bangarharshit
Created October 1, 2016 14:55
Show Gist options
  • Save bangarharshit/85d986ff7ef66b629a68db339898f4a9 to your computer and use it in GitHub Desktop.
Save bangarharshit/85d986ff7ef66b629a68db339898f4a9 to your computer and use it in GitHub Desktop.
onView(withId(R.id.my_view))
onView(allOf(withId(R.id.my_view), withText("Hello!")))
onView(allOf(withId(R.id.my_view), not(withText("Unwanted"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment