有偿定制脚本
@jaychou
launchPackage("com.tencent.weishi")
threads.start(function() {
id("video_player_play_button").click();
});
threads.start(function() {
for (i = 0; i < 100; i++) {
waitForActivity("com.tencent.oscar.module.main.MainActivity", [period = 200])
sleep(10000);
swipe(500, 1500, 500, 500, 1000);
sleep(1000);
}
});