Skip to content

v3.2.27

Compare
Choose a tag to compare
@g1879 g1879 released this 02 May 12:43
· 43 commits to master since this release
8259380
  • 优化抓取数据包逻辑,wait.data_packets()删除targets参数
  • 动作链type()可接收list和tuple
  • 浏览器页面对象现在可用 xpath 直接返回文本或注释
  • 恢复对 python 3.6 支持
  • 完全删除之前声明废弃的方法和属性
  • 增加auto_port模式可使用端口范围
  • 修复select.by_index()报错
  • 修复get_session_storage()报错
  • 修复下拉框没有触发onChange问题
  • 修复<iframe>中元素使用s_ele()时出现的问题
  • 微调run_js()逻辑