AirtestProject / AirtestProject/Airtest

无法连接至浏览器

未关闭
#669 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
9.6k
派生
1.5k
PR 合并指标
30 天内没有已合并 PR

描述

**描述问题bug**
click selenium window's record button, cli window will print

![image](https://user-images.githubusercontent.com/997812/71644173-1c38f980-2cff-11ea-9e0c-2e1ae582e358.png)

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

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。