Closed GoogleCodeExporter closed 9 years ago
This is currently not possible due to lack of multi-window support.
Dialogs are rendered in separate windows. Espresso has heuristics that allow it
to pick the top window because that is the most likely (and usually the only)
one the user would interact with. This works well for the common case; however,
there are cases when a user is able to interact with more than one window (like
yours). We plan to add multi-window support to address this. Stay tuned.
Original comment by valera.z...@gmail.com
on 5 Nov 2013 at 5:33
Original comment by thoma...@google.com
on 5 Nov 2013 at 7:54
Issue 16 has been merged into this issue.
Original comment by vale...@google.com
on 12 Nov 2013 at 6:25
Issue 20 has been merged into this issue.
Original comment by vale...@google.com
on 14 Nov 2013 at 6:10
Yup, seeing the same issue here with AutoCompleteTextView like Issue 16:
onView(withId(R.id.autoCompleteInput)).perform(typeText("South"));
onView(withId(R.id.searchButton)).perform(click());
Original comment by brianlee...@gmail.com
on 15 Nov 2013 at 11:43
fixed in 1.1
Original comment by thoma...@google.com
on 9 Jan 2014 at 12:30
Original issue reported on code.google.com by
marcp...@gmail.com
on 2 Nov 2013 at 10:58