We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Crema provides the following Fetchers as view actions to get interesting information from your app.
TextFetcher tf = new TextFetcher(); onView(withId(R.id.textView)).perform(tf); String HEADLINE = tf.getText();
ViewTreeFetcher vtf = new ViewTreeFetcher(); onView(isRoot()).perform(vtf); Log.d("View Hierarchy:\n", vtf.getViewTree());
There was an error while loading. Please reload this page.