Document

2021年2月24日

appium-7-多设备并发

摘要: 多设备并发 在日常使用,只有一台设备进行自动化脚本运行,往往比较耗时,我们更多的希望更多的手机,同时运行不同的模块,所以就需要用到线程,我们先写一个线程的代码: def task(desired_cap,udid,link): driver = webdriver.Remote('http://12 阅读全文

posted @ 2021-02-24 15:46 小排顾 阅读(174) 评论(0) 推荐(0) 编辑

导航