codeceptjs / codeceptjs/CodeceptJS
proxy setting under WebDriver capabilities doesn't work
- Ngôn ngữ chính
- JavaScript
- Star
- 4.2k
- Fork
- 757
- Merge trung bình
- 2 ngày 9 giờ
- Pull request đã merge (30 ngày)
- 16
Mô tả
#### 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"
}
}
}
},
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.