Our app allows the user to attach a file to their item, and on Android they can choose to pick from 1 of 3 different places; camera, gallery, or file. (I haven't even started looking at iOS yet...)
Any of these choices takes them to a new page that is all Android system. Repl is of no use here, as it shows nothing.
How can I automate using Xamarin UITests to work with these 3 different areas. To make it simple, how to work with just system file picker (if camera and gallery are too hard).
Oh, and if you are going to suggest a backdoor, my developers will not allow this. ( )...
Aracknid