1. 首页
  2. 数据库
  3. 其它
  4. Python自动化测试系列[v1.0.0][智能等待]

Python自动化测试系列[v1.0.0][智能等待]

上传者: 2020-12-23 00:24:23上传 PDF文件 45.77KB 热度 21次
# 用于实现智能等待页面元素的出现 # encoding = utf-8 """ __title__ = '' __author__ = 'davieyang' __mtime__ = '2018/4/21' """ from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC import difflib class Smart
用户评论