2018年9月10日

appium使用实例

摘要: # encoding: utf-8import unittestimport warningsfrom appium import webdriverfrom common.Logger import Logimport timelog = Log()class orderTests(unittest.TestCase): @classmethod def setUp(cls): ... 阅读全文

posted @ 2018-09-10 13:47 WapN 阅读(487) 评论(0) 推荐(0)

导航