kwixro Posted September 1, 2011 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 !
Juvigy Posted September 2, 2011 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now