Proxy Configuration for the Selenium Server

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

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. May 09, 2007

    Hankel says:

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

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

    Thank you.

  2. Jul 31, 2009

    Pallavi says:

    Thanks for the post, helped me with my proxy issue with selenium

    Thanks for the post, helped me with my proxy issue with selenium