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'  # 設備
相關文章
相關標籤/搜索