摘要: win64位系统python3.6下快速无坑安装dlib,face_recognition! 阅读全文
posted @ 2019-04-14 23:40 桃花园 阅读(1549) 评论(1) 推荐(0) 编辑

2021年6月20日

摘要: 抓取屏幕文字的例子 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 桃花园 阅读(5558) 评论(0) 推荐(1) 编辑

2019年12月15日

摘要: from selenium.webdriver.support import expected_conditions as EC from selenium.common.exceptions import UnexpectedAlertPresentException #存在弹窗处理方法一 : E 阅读全文
posted @ 2019-12-15 12:56 桃花园 阅读(1343) 评论(0) 推荐(0) 编辑

导航