美文网首页
坐标点击---os.system

坐标点击---os.system

作者: 游荡魂 | 来源:发表于2018-11-27 17:56 被阅读0次

有时候我们在进行界面操作的时候好多元素都是一样的,这时候我们可以用坐标进行点击操作。

这里我们需要调动 os.system 函数

import os

adb ='adb shell input tap x y'

os.system(adb)

x y 为按钮的坐标位置

相关文章

网友评论

      本文标题:坐标点击---os.system

      本文链接:https://www.haomeiwen.com/subject/jpfnqqtx.html