Hi,
I'm using a thirdparty proxy which is secured by an username and
password.
FirefoxProfile profile = new ProfilesIni().getProfile("proxy");
profile.setPreference("network.proxy.http", "
de.p.proxy.com");
profile.setPreference("network.proxy.http_port", "443");
driver = new FirefoxDriver(profile);
An "authentication required" dialog will appear and the username and
password are completed from the firefox profile.
All fine.... but,
How can I accept the "authentication required" dialog ?
Thanks,
R