This commit is contained in:
2025-11-06 12:05:04 +08:00
parent 8ceb63b4b8
commit 42097c5015
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
## 0.0.6
- 修改测试代码
## 0.0.5
- 修改测试代码
## 0.0.4

View File

@@ -32,7 +32,7 @@ def main(http: str, browser_id: str):
print(f'使用 http 接管浏览器: {http}')
tab = Chromium(http).new_tab()
# 跳转到登录页面
tab.get('https://baidu.com')
tab.get('https://bing.com')
# 定位到账号文本框,获取文本框元素
# ele = tab.ele('#user_login')