Imen CHOK

Resultados 1 preguntas formuladas por Imen CHOK

Estoy intentando manejar la ventana emergente de autenticación usando el siguiente código: FirefoxProfile profile = new FirefoxProfile(); profile.setPreference("network.http.phishy-userpass-length", 255); profile.setPreference("network.automatic-ntlm-auth.trusted-uris", "x.x.x.x"); driver = new FirefoxDriver(profile); baseUrl="http://" + login + ":"