Skip to content

Instantly share code, notes, and snippets.

View robert-clayton's full-sized avatar
😴
Sleepy

.env.ziru robert-clayton

😴
Sleepy
View GitHub Profile
@sjp38
sjp38 / gist:6202539
Last active May 27, 2020 23:57
Sample code for monkeyrunner's MOVE usage
#!/usr/bin/env monkeyrunner
import time
from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice
device = MonkeyRunner.waitForConnection()
# Touch down screen
device.touch(100, 500, MonkeyDevice.DOWN)