Hi,

When I start ( $ie=Watir::IE.start("my_url") ) the application iam
getting an authentication popup. Iam using the following code below
but the popup remains idle.The same code is working when i get
authentication popup after i  get into the application.


Watir.autoit.WinWait('Connect to ')
Watir.autoit.Send('username')
Watir.autoit.Send('{TAB}')
Watir.autoit.Send('password')
Watir.autoit.Send('{ENTER}')

Note: I had referred http://wiki.openqa.org/display/WTR/Basic+Authentication

Thanks,
jam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to