I am trying to handle the authentication popup in Selenium WebDriver using AutoIt.
I wrote a script for Chrome, but it is not working
I tried the below AutoIt script:
WinWaitActive("Authentication Required","","120")
If WinExists("Authentication Required") Then
Send("username{TAB}")
Send("password{Enter}")
EndIf
I am not using username@password: google.com due to some authentication pop-ups which appear on redirection.