monkeyrunner
Why does MonkeyRunner fail when called using TeamCity
I have a monkeyrunner script that connects to an Android device and deploys an APK on it. serial = \'12345JKL\'[详细]
2023-04-02 16:25 分类:问答MonkeyRunner::How to install python modules?
I am using MonkeyRunner to automate some UI test cases. I need to collect logs from the device using tool like QXDM.[详细]
2023-04-02 08:16 分类:问答Android monkeyrunner crashes XWindows in Ubuntu
I have extensive test application written for monkeyrunner. There is about 30 use cases which takes about 20 minutes. It is pretty long, but I was never able to play it entirely, because whenever I am[详细]
2023-04-01 13:41 分类:问答Why does MonkeyRunner.waitForConnection() error "Adb rejected adb port forwarding command: cannot bind socket"
When I try to get a device with MonkeyRunner I get this message: newdevice = MonkeyRunner.waitF开发者_C百科orConnection()[详细]
2023-03-26 05:14 分类:问答Switch the screen mode with MonkeyRunner?
How can I use MonkeyRunner t开发者_JAVA百科o switch the screen mode(Portrait mode and Landscape mode)?There is no such way.There is a indirect way,you can toggle between portrain & landscape, but[详细]
2023-03-21 00:34 分类:问答What's the 3rd argument of monkeyrunner.press
After SDK tool upgrade to revision 12, When I connect to monkeyrunner and use press method like device.press(\'KEYCODE_HOME\',\'DOWN\')[详细]
2023-03-20 23:24 分类:问答handling force close dialog using monkeyrunner
Am trying to click on Force close button using MonkeyRunner script, actually am doing automation for Browser and in bet\'n I got force close hence I would like to handle it within my script so that it[详细]
2023-03-20 17:20 分类:问答How to make the several devices execute MonkeyRunner (Jython scripts) at the same time?
I have wrote a MonkeyRunner(Jython) scri开发者_JS百科pt and I want running this script in several devices at the same time, please help me how to do it, thanks a lot!Instead of using device = MonkeyRu[详细]
2023-03-19 03:57 分类:问答How to get application error with MonkeyRunner?
The \"Force close\" or \"ANR\" pop up when MonkeyRunner is running. How MonkeyRunner开发者_StackOverflow社区 get the \"Force close\" or \"ANR\" error and stop script.[详细]
2023-03-18 12:26 分类:问答Is there a way for monkeyrunner to look at call and sms history on a device?
Is there a way for me to have monkeyrunner be able to look at call and sms history without using sqlite3? Befor开发者_开发知识库e, I was using Popen with adb shell \"sqlite3 /data/data/com.android.pro[详细]
2023-03-18 08:12 分类:问答