摘要: # coding:utf-8 from appiumServer import AppiumServer from stfConnect import stfConnect from adbCom import adbCommand import time,os def startAppium(connName,taskTempDir): s=AppiumServer(connNam... 阅读全文
posted @ 2018-06-16 17:28 天际流云 阅读(194) 评论(0) 推荐(0) 编辑
摘要: import random,time,sys,os from selenium import webdriver from _weakref import proxy import ssl import json sys.path += ["C:\\01mywork\\workspace\\TestAutomationForIT5\\TOMTOP\\Tools\\auto.test-0.0.1... 阅读全文
posted @ 2018-06-16 17:28 天际流云 阅读(557) 评论(0) 推荐(0) 编辑
摘要: #!/bin/env python #-*- encoding=utf8 -*- import random,os,sys import ip_cookie from time import * from appium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.sup... 阅读全文
posted @ 2018-06-16 17:27 天际流云 阅读(711) 评论(0) 推荐(0) 编辑
摘要: #-*- coding:utf-8 -*-import APPMethod,PublicMethod,osfrom appium import webdriverfrom TOMTOP.androidtest import *from time import *class Order(): def 阅读全文
posted @ 2018-06-16 17:26 天际流云 阅读(118) 评论(0) 推荐(0) 编辑