Hello.

I have a problem with a login popup window. I can't set a text (username and 
password) into a login window which appear after entering to a site. I tried to 
pass it by going directly to url (http://username:[EMAIL PROTECTED]/) but it 
doesn't work on IE 6.0.

I try to do it this way:

     w = WinClicker.new
     handle = w.getWindowHandle("title")
     w.makeWindowActive( handle ) 
     w.setComboBoxText(handle, "login")
     w.clickWindowsButton_hwnd(handle ,"OK" )

but it is not a good solution.

Has anyone solved a similar proble?
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=3449&messageID=9635#9635
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to