shiningpanda / selenose

8 stars 7 forks source link

Configuring proxy for selenium-server #2

Closed jerri closed 9 years ago

jerri commented 12 years ago

I am trying to use selenose to test a website which I can only reach via a proxy. Right now it seems you can't give the -Dhttp... properties to the invocation of selenium-server. Do you have other ideas how to configure selenium-server to use a proxy?

jerri commented 12 years ago

Sorry, not enough information. I am using selenose under debian. It seems though, that the http_proxy-Environment-Variable does work. So maybe this is no issue. :)

omansion commented 12 years ago

For now it's not possible to add some -D options on the command line launching the server.

If http_proxy-Environment-Variable can do the job while I implement this it would be great!