下你所需,载你所想!
汇集开发技术源码资料

andrio手机滑屏操作,自动化办公

:1.12KB :1 :2022-01-06 13:59:09

部分简介

andrio手机滑屏操作,自动化办公如果开发者对于本文件有需要的可以参考。
#开启调试模式
d.debug = True
dInfo=d.info
dW = int(dInfo['displayWidth'])
dH = int(dInfo['displayHeight'])
# subprocess.Popen("adb connect ", shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
n = 1
time_count = 1
while 1:
#生成随机整数,假装上翻下翻页
rondom = random.randint(1,1)
time_sleep = ReadBook(n,time_count)
time_count = time_sleep
n = 1

热门推荐

相关文章