File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 - Windows: ` RequestsDebugger.exe <args> `
3333
3434## How to use
35+ - To use tool as reverse proxy, you will have to replace ` hub-cloud.browserstack.com ` in hub url with ` localhost:9688 ` .
3536- To use tool as a proxy, you will have to set the proxy to be used by your client binding to ` localhost:9687 ` . i.e.
3637 - For Java:
3738 - ```
4243 - Set your system's env variable `http_proxy=localhost:9687` and Ruby's Selenium Client Binding will pick the value. Or,
4344 - Run you test by giving the environment variable to your command itself, i.e. `http_proxy=localhost:9687 ruby <your_script.rb>`
4445 - Similarly, you can also set proxy for other client bindings.
45- - To use tool as reverse proxy, you will have to replace hub-cloud.browserstack.com in hub url with `localhost:9688`.
46-
46+
4747## Steps to build the executables
4848- Linux
4949 - `npm run build:linux`
You can’t perform that action at this time.
0 commit comments