会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
fdzwdt
博客园
首页
新随笔
联系
订阅
管理
2022年3月22日
python selenium 多个页面对象类使用同一个webdriver(即只打开一个浏览器窗口)
摘要: 1 class BasePage(): 2 """selenium基类""" 3 4 def __init__(self, driver=None): 5 self.log = Log().logger 6 self.report = cm.allure_json 7 self.broswer =
阅读全文
posted @ 2022-03-22 11:00 fdzwdt
阅读(1413)
评论(0)
推荐(0)
编辑