from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice import time device = MonkeyRunner.waitForConnection() for i in range(3): #start to call device.shell("am start -a android.intent.action.CALL -d tel:10086") time.sleep(…
This time I want to use English to make this article useful for all others in the world:) As you know, Android MonkeyRunner is a good testing tool, but we could only develop monkeyrunner under a text editor like Vim, emacs, etc. Diego Torres Milano w…