codeceptjs / codeceptjs/CodeceptJS

proxy setting under WebDriver capabilities doesn't work

未关闭
#2,650 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
4.2k
派生
757
平均合并
2 天 9 小时
30 天内合并 PR
16

描述

#### What are you trying to achieve?
set proxy for WebDriver helper

#### What do you get instead?
proxy setting under WebDriver capabilities doesn't work.

```bash

```

### Details

* CodeceptJS version: v3.0.0
* NodeJS Version: v14.13.1
* Operating System: Windows 10
* Configuration file:

```js
helpers: {
WebDriver: {
url: process.env.BASE_URL,
browser: process.env.BROWSER || 'chrome',
capabilities: {
proxy: {
"proxyType": "manual",
"httpProxy": "http://myproxyurl:3128/",
"sslProxy": "http://myproxyurl:3128/",
//"socksUsername": "codeceptjs",
//"socksPassword": "secret",
"noProxy": "bs-local.com"
}
}
}
},
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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