Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. try {
  2. onView(withText("Text")).check(matches(isDisplayed()));
  3. //perform some actions on this view
  4. } catch (NoMatchingViewException notExist) {
  5. //proceed to the next screen
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement