Hello.
I am trying this GUI script with following IE function
_IECreate ($someIP)
Sleep(3000)
Send($username)
Send("{TAB}")
Send($passwd)
Send("{ENTER}")
Winwaitactive("Security Alert")
Controlclick("Security Alert", "" , "Button1")
Winwaitactive("Security Alert")
Controlclick("Security Alert", "" , "Button1")
Steps:
1. clicking a IP in the Listbox control:
2. I close the first IE after successful visit.