2020年1月3日

ppium+python+pytest自动化APP po模式脚本分离2终极版

摘要: ppium+python+pytest自动化APP po模式脚本分离终(终极版): 1、跟前置代码一样base包,base_astion.py文件,前置代码:base_driver.py文件: base_astion.py配置文件如下: #导入WebDriverWait显示等待模块from sele 阅读全文

posted @ 2020-01-03 17:26 无泪人 阅读(781) 评论(1) 推荐(1)

设置显式等待时间web自动化

摘要: from selenium import webdriver import time from selenium.webdriver.support.wait import WebDriverWait # 创建chrome对象 driver = webdriver.Chrome() driver.g 阅读全文

posted @ 2020-01-03 17:01 无泪人 阅读(230) 评论(0) 推荐(0)

导航