codeceptjs / codeceptjs/CodeceptJS
proxy setting under WebDriver capabilities doesn't work
- Langage dominant
- JavaScript
- Étoiles
- 4.2k
- Forks
- 757
- Merge moyen
- 2 j 9 h
- PR mergées (30 j)
- 16
Description
#### 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"
}
}
}
},
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.