CNWei 5a50eb8289 feat: 优化定位转换器调整框架结构
- 新增 finder.py 重构定位转换器
- 优化 .gitignore 文件
- 其他优化
2026-01-25 17:24:04 +08:00
2025-04-14 23:05:39 +08:00
2025-04-14 23:05:39 +08:00
2025-04-14 23:05:39 +08:00
2025-04-14 23:05:39 +08:00

Selenium

1配置webdriver的下载路径(环境变量)

# windows
键SE_CACHE_PATH
值webdriver的缓存路径如 D:/WebDriver

调用浏览器驱动的接口

接口文档:https://www.w3.org/TR/webdriver/#interface

Selenium对浏览器所有的控制

  • 通过接口调用实现(大部分)
  • 通过js实现小部分

驱动地址:

https://registry.npmmirror.com/binary.html

pytest-xlsx 使用:

excel文件需要以test_开头

Description
No description provided
Readme 76 KiB
Languages
Python 100%