feat: 优化定位转换器调整框架结构

- 新增 finder.py 重构定位转换器
- 优化 .gitignore 文件
- 其他优化
This commit is contained in:
2026-01-25 17:24:04 +08:00
parent 92d06dd9cf
commit 5a50eb8289
15 changed files with 342 additions and 126 deletions

View File

@@ -19,6 +19,7 @@ class Browser(str, Enum):
IE = "ie"
SAFARI = "safari"
EDGE = "edge"
DEFAULT = "default"
class Locator(str, Enum):