Pretty self-explanatory. Say I have a login screen and I have no idea what the developer (I'm QA) named the username and password text fields. Given that there are hundreds of such fields throughout our app, I don't want to bug him for every time I need this info.
Is there some way to programmatically list the labels or ids for all elements on an activity screen?
Thanks.