codeceptjs / codeceptjs/CodeceptJS
proxy setting under WebDriver capabilities doesn't work
- Lingua principale
- JavaScript
- Stelle
- 4.2k
- Fork
- 757
- Merge medio
- 2g 9h
- PR unite (30g)
- 16
Descrizione
#### 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"
}
}
}
},
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.