0

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.

1 Answers1

0

I managed to do something similar according to the solution suggested in How to send an http RequestHeader using Selenium 2?

Community
  • 1
  • 1
Alberto
  • 5,021
  • 4
  • 46
  • 69