views:

15

answers:

0

the precondition: I'm working on the android automated test, so we can not touch the source code of app, but just test it.

the question: How to get the instance of the dialog after it pop up? After we get the instance of it, it will be so convenient for the further operation, like directly set the value of it, instead of send the key event to the activity so many times.

Thanks.