Clint_John Posted July 1, 2015 Posted July 1, 2015 (edited) Hi,I'm not able to handle Authentication pop-ups which is displayed in Chrome and in Safari. I have written script in AutoIt to handle Authentication popup in Firefox and in IE but in Chrome and Safari.The code I used to handle Authentication pop-up in Firefox and IE is shown below:WinActivate("Authentication Required","")if WinExists("Authentication Required") Then WinClose("Authentication Required") WinActivate("Windows Security","")if WinExists("Windows Security") Then WinClose("Windows Security")WinActivate("","Authentication Required")if WinExists("","Authentication Required") Then Send("{TAB}{TAB}{TAB}{ENTER}") But in Safari and Chrome the case is totally different! For Safari I'm getting below details in AutoIt Window Info tool, I'm not able to handle the po-up window using [Class: #32770]and in Chrome The popup is not identified Separately(Below)Can someone please help me to resolve this issue Edited July 1, 2015 by Clint_John
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now