Wold Posted March 19, 2008 Posted March 19, 2008 Is there any function that could search for a text on certain page and return result 0 or 1? Thanks
Wold Posted March 19, 2008 Author Posted March 19, 2008 Well I've tried to get it done myself but no luck. So: $oIE = _IE_Example ("100") $sText = _IEBodyReadText ($oIE) While $sText=0 $sText = _IEBodyReadText ($oIE) sleep(3000) Send("{F5}") WEnd What's wrong? The idea is to check until 100 is present, but it doesn't work
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