摘要: from appium import webdriver desired_caps = {} desired_caps['platformName'] = 'Android' desired_caps['platformVersion'] = '7.1.2' desired_caps['device 阅读全文
posted @ 2021-04-08 14:42 OTAKU_nicole 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 环境配置 Appium环境搭建超详细教程:https://zhuanlan.zhihu.com/p/49193525 AppiumDesktop控制手机和安卓模拟器:https://zhuanlan.zhihu.com/p/49428952 自动化测试 import time import unit 阅读全文
posted @ 2021-04-08 13:41 OTAKU_nicole 阅读(146) 评论(0) 推荐(0) 编辑