Hello, i've searched a lot and still didnt found a way to do this, probably i am loosing something.
The case:
I have one share button wich create a intent createChooser, and i want to test if the expected url is being shared.
The problem is that the share intent is encapsulated by chooser.
At the test i can match the action_chooser but not action_send, wich is the intent that has the url that i want to check.
THE RECORDED INTENT
Recorded intents:
-Intent { act=android.intent.action.CHOOSER (has extras) } handling packages:[[android]],
extras:[Bundle[{android.intent.extra.INTENT=Intent { act=android.intent.action.SEND typ=text/plain (has extras) }, android.intent.extra.TITLE=Share post link}]])