monkeyrunner
Darg the screen in android device with MonkeyRunner?
I use python code as follow to horizontal drag t开发者_Python百科he screen, but the device will response with long press event. I do not know why it is.I sincerely somebody could help me to solve this[详细]
2023-03-18 00:25 分类:问答Adding a contact via adb or monkeyrunner
Does anyone know if there is a way to add a contact via adb or monkeyrunner? Using device.shell(\"am start -a android.intent.action.ACTION_INSERT -t ContactsContract.Contacts.CONTEN开发者_高级运维T[详细]
2023-03-14 05:31 分类:问答Android test automation for a phone connected to my computer using USB [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-12 22:10 分类:问答Can I use MonkeyRunner tool to work in mobile as application
I want to simulate touch event, keyboard event on mobile device. Can I do it with MonkeyRunner? Also, I have the impression that it only works with SDK?[详细]
2023-03-11 14:52 分类:问答Want to run Monkeyrunner to load image for comparison in windows platform
checking=MonkeyRunner.loadImageFromFile(chk) checking=MonkeyRunner.loadFromFile(chk) checking=MonkeyImage.loadFromFile(chk)[详细]
2023-03-02 22:39 分类:问答Posting an Intent from Python scripts using Monkey/Monkey Runner
I am trying to test my apps using python and monkey runner. I want to send an intent during start activity.[详细]
2023-03-02 07:33 分类:问答screenshots with monkeyrunner on Android
I\'m using this following script to take screenshots: def snap(): from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice[详细]
2023-02-26 15:13 分类:问答monkeyrunner and EndCall
I\'m using MonkeyRunner to play with simulation of user activity. All fine but I cannot press EndCall.[详细]
2023-02-26 07:54 分类:问答Why the MonkeyRunner.waitForConnection() doesn't work in my environment?
Script: from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice device = MonkeyRunner.waitForConnection(5,\'192.168.6.60:5555\')[详细]
2023-02-24 05:27 分类:问答Is "Monkey Runner" useful for testers to prepare test cases directly in Android applications?
I have gone through the \"Monkey Runner\" for the following link http://developer.android.com/guide/topics/testing/testing_android.html[详细]
2023-02-17 08:08 分类:问答