We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f228087 commit 051f4f5Copy full SHA for 051f4f5
README.md
@@ -280,6 +280,24 @@ need to update the `helpers.WebDriverIO.proxy` key.
280
}
281
```
282
283
+For example,
284
+
285
+```js
286
+{
287
+ "helpers": {
288
+ "WebDriverIO": {
289
+ "proxy": {
290
+ "proxyType": "manual",
291
+ "httpProxy": "http://corporate.proxy:8080",
292
+ "socksUsername": "codeceptjs",
293
+ "socksPassword": "secret",
294
+ "noProxy": "127.0.0.1,localhost"
295
+ }
296
297
298
+}
299
+```
300
301
Please refer to [Selenium - Proxy Object](https://code.google.com/p/selenium/wiki/DesiredCapabilities#Proxy_JSON_Object) for more information.
302
303
## Current State
0 commit comments