摘要:
#! /usr/bin/env python #! -*-cording:utf-8 -*- import unittest from appium import webdriver import time #脚本初始化获取操作实例 class MyTestCase(unittest.TestCase): def setUp(self): desired_caps={}... 阅读全文
posted @ 2017-09-07 21:30
aqiu
阅读(1686)
评论(0)
推荐(0)