It requires to inject additional header into the HTTP request to enable proxy auth. E.g.
Proxy-Authorization: Basic dGVzdDp0ZXN0, where dGVzdDp0ZXN0 is base64 login and password.
In selenium RC there was such a possibility, but in Selenium 2.0 on RC emulation this does not work. Any ideas?
Thanks in advance.