kwixro 0 Posted September 1, 2011 #include <IE.au3> ..... Send("^f") ; Find Send("autoitscript") ; Result: 23 matches ..... Send("php") ; Result : No matches found........How can i check status find IE ( matches or no matches)Thanks ! Share this post Link to post Share on other sites
Juvigy 49 Posted September 2, 2011 What version of IE do you have ? This feature is missing in mine IE. maybe try the : _IEPropertyGet($oIE, "statustext") function. Share this post Link to post Share on other sites