#-*- coding:UTF-8 -*-
'''
Created on 2016-4-11
@author: poptest
'''
import time
from appium import webdriver
class CommonFunction(object):
#封装点击动作(文本类型,文本值)
def clickAct(self,getType,getValue):
if getType == "id":
return dr.find_element_by_id(getV...
#-*- coding:UTF-8 -*- #
'''
Created on 2016-4-8
@author: poptest
'''
import time
from appium import webdriver
class CommonFunction(object):
#接收用户名、电话、地址
def addgoodsaddress(self,revName,revTel,revAddr):
time.sleep(3)
#点击头像、登陆进去
dr.find_element...
#-*- coding:UTF-8 -*- #
'''
Created on 2016-4-8
@author: poptest
'''
import time
from appium import webdriver
class CommonFunction(object):
def addgoodsaddress(self):
time.sleep(3)
#点击头像、登陆进去
dr.find_element_by_id("com.subject.zhongchou:id/ava...
#-*- coding:UTF-8 -*- #
'''
Created on 2016-4-8
@author: poptest
'''
import time
from appium import webdriver
def addgoodsaddress():
time.sleep(3)
#点击头像、登陆进去
dr.find_element_by_id("com.subject.zhongchou:id/avatar_img").click()
time.sleep(2)
#点击收货地址
dr.fi...