AirtestProject / AirtestProject/Airtest
无法连接至浏览器
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 9.6k
- Fork
- 1.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**描述问题bug**
click selenium window's record button, cli window will print

when initial driver like this
```python
from airtest_selenium.proxy import WebChrome
from selenium.webdriver.chrome.options import Options
options = Options()
options.add_argument("window-size=400,920")
driver = WebChrome(chrome_options=options)
driver.implicitly_wait(20)
driver.get('https://www.baidu.com')
```
env: win10
airtestIDE: 1.2.2
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.