Is there any guide to do following UI automation like selecting an item, writing text, pressing buttons in Android.
Please list the steps to integrated this UI automation of one of the above thing.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should use it like
pythonscript.Example:
For run script use:
monkeyrunner script_nameHere is:
Clickit’s function for clicking on screen in x and y position;Drag_examplesimple example of draggingSettings_menusimple example of running activityDon’t forget to change
ANDROID_SERIAL_NUMBERto your serial number.You can get it nu,ber by
adb devicescommand.For more information you can read google documentation.
For using in Java read this post