-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selenium: basic authentication is not working #3
Comments
The problem can be solved with the firefox addon AutoAuth. It has to be installed on Firefox on the Osiris server using the selenium profile. start firefox from commandshell using "firefox -profilemanager", install addon an the navigate to the website with basic authentication. The addon store username and password and will provide them when firefox ist going to this site automatically. It has to be tested on customer IT Sonix for there Webservice check. |
Solution does'nt work on customer site. |
URL: http://user:pwd@URL Auf Osiris 2.1 getestet |
Beim Kunden läuft der Webserice auf dem https-Port 553 Auch mit dem oben beschriebenen Parameter wurde die Authentifizierung abgefragt. |
Ich habe einen Test auf einem Testsystem mit einer https Verbindung auf dem Port 4434 mit Authentifizierung gemacht, der korrekt funktioniert. Das bedeutet, dass
|
Laut Andreas Golser werden keine Sonderzeichen ":" oder "@" verwendet. |
It is not possible to logon with Selenium on a website with basic authentication. The username and password is not filled in the combobox and firefox is not able to logon on the website with username and password via URL
The text was updated successfully, but these errors were encountered: