Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

winwait can not find the web popup window

$
0
0
I'm using AutoIt to handle a login webpage, when "Logout" is clicked, a popup window appears, but winwait() can not find this window


[ autoit ]      
#include<IE.au3> Local $IE, $Form1 $IE=_IECreate("http://210.77.16.29/indexE.html", 0,1,1,1); $Form1=_IEFormGetObjByName($IE, "form1") _IELinkClickByText($Form1, "Logout") WinWait("Message from webpage") Msgbox(1, "Info", "Popup window found“)

The script just waited and waited...  The above code has been tested on Win7 64 and WinXP 32, just not working. Anybody knows why?

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>