I'm trying to figure out how to setup private proxies such as "user[email protected]:8029"for Firefox Driver Profile, but had no luck searching around for the last several days. Anybody knows how to do it?
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.