You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added proxy complience
* fixed linter issues
* updated test case
* excluded for the time being test cases related to reinstalltion in mac
* updated
* excluded when files are installed
* increased timeout for post is reacheble to 2500ms
* fixed linter issues
* increased to 3500
* changed history for complience with breaking change
Copy file name to clipboardExpand all lines: docs/API.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,3 +139,7 @@ since 9.1.0 it's been checked and killed automatically
139
139
## Set `selenium-standalone` Version as NodeJS environment parameter
140
140
141
141
You can set any version by `process.env.SELENIUM_VERSION=3.141.59` before starting selenium-standalone. Default values are here: [lib/default-config.js](../lib/default-config.js)
142
+
143
+
## Use the package behind corparate proxy
144
+
145
+
Should be specified `process.env.HTTP_PROXY=http://proxy-url:port` and `process.env.HTTPS_PROXY=http://proxy-url:port` or the same system envirement variables `HTTP_PROXY=http://proxy-url:port`, `HTTPS_PROXY=http://proxy-url:port`
0 commit comments