Dashboard > Selenium Remote Control > Home > Proxy Configuration for the Selenium Server
Selenium Remote Control Log In View a printable version of the current page.
Proxy Configuration for the Selenium Server
Added by Alex Li, last edited by Alex Li on Nov 17, 2006
Labels: 
(None)

If you are behind an HTTP proxy that requires authentication, you would also need to set http.proxyUser and http.proxyPassword in addition to http.proxyHost and http.proxyPort.

An example:
java -jar selenium-server.jar -Dhttp.proxyHost=my.proxy.com -Dhttp.proxyPort=8080 -Dhttp.proxyUser=my_username -Dhttp.proxyPassword=my_password

What is the method to set up an auto-proxy ?

Thank you.

Posted by Hankel at May 09, 2007 04:59
Site running on a free Atlassian Confluence Community License granted to OpenQA. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.6 Build:#812 Aug 06, 2007) - Bug/feature request - Contact Administrators