摘要:抓取屏幕文字的例子 import uiautomator2 as u2 # 连接手机 d = u2.connect() print(d.info) def printAll(): for i,v in enumerate(d.xpath('//*').all()): if v.text!='': p
阅读全文
posted @ 2021-06-20 17:02
posted @ 2021-06-20 17:02