Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
supply all required information.
Android Studio Build: (From Android Studio, do 'Help' --> 'About', on Mac:
'File' --> 'About' you can ctrl+C the text)
OS:
Version of Espresso:2.2.1
Android version on the recording device/emulator:5.1
Android version on the replaying device/emulator:
Steps to Reproduce:
If need to capture any intent from an activity launch, its not possible with Espresso Test Recorder, for normal test cases, we can handle it using intent.matcher, so in addition to View Matcher, we should also have intent matcher in Test recorder - Add assertion field.
For example, after a view has been clicked, i need to check intent action Intent.ACTION_VIEW, i can not do it using existing Test recorder.
Thanks