appium使用教程(三)-------------用例编写

1. 驱动 import os, time, unittest from appium import webdriver PATH = lambda p:os.path.abspath(os.path.join(os.path.dirname(__file__),p)) desired_caps = {} desired_caps['platformName'] = 'Android'  # 设备
相关文章
相关标签/搜索