Zaloguj się do okna uwierzytelniania Chrome za pomocą AutoIT

Próbowałem zalogować się do okna uwierzytelniania firefox za pomocą następującego kodu:

WinWaitActive("Authentication Required","","120")
If WinExists("Authentication Required") Then
Send("username{TAB}")
Send("password{Enter}")
EndIf

Ale ten sam dint działał dla chrome, chociaż ma ten sam tytuł co firefox.

Dowolny pomysł?

questionAnswers(2)

yourAnswerToTheQuestion