Is there any way to switch on wifi in monkeyrunner otherthan using the cordinates.?Can we use WifiManager api from monkeyrunner.
is there a way for me to do a sort of UI Stress test, similar to that of monkey runner. I want my stress tester to click randomly on the screen until something is prompted.
I want to get the menu list item开发者_C百科s from an android phone. Are there any methods in monkeyrunner to fetch this?From the monkeyrunner description:
i created an empty file an named it something.py, and then i just copied the lines of code from the android developer website. However, if i try to run it, i get an
Looking through the Android apis I found a method call isUserAMonkey(), says it returns true if the phone is being messed with by a monkey.
i am tryig to execute a sample python program through monkey runner command prompt and it 开发者_开发知识库is throwing an error
For my CI infrastrucure I need to automatically deploy and run complex tests between two (or more) android phones from a controler machine (linux).
I would like to extend the MonkeyDevice class of the monkeyrunner API. My derived class looks like this.
I am trying to compare two images that are taken from monkeyrunner. I found that there is sameAs in monkeyrunner but it seems to not work.
I would like to reboot a connected but offline Motorola Droid 2 device via ADB (or monkeyrunner). Restarting ADB via adb kill-server and then adb devices has not brought the device back online. So I f