[quote=Try this line without the ">":
IF exists=1[/quote]
Mr. Hansen. I went back thru the code. In fact, your suggestion seems to work even though the debugger show EXITS=0 after IE_ContainsText.
Thank you sir.
Search found 4 matches
- Tue Feb 03, 2009 4:23 am
- Forum: Technical / Scripting
- Topic: IE_ContainsText
- Replies: 8
- Views: 6542
- Mon Feb 02, 2009 3:04 pm
- Forum: Technical / Scripting
- Topic: IE_ContainsText
- Replies: 8
- Views: 6542
ContainsText
[quote="Bob Hansen"]What are the symptoms of not working? Single step through the script, are the values correct? What is the value of %exists% before the IF line? Try this line without the ">": IF exists=1[/quote] I set exists to zero b4. After it's zero. Tried the IF change. The code takes the els...
- Mon Feb 02, 2009 3:00 pm
- Forum: Technical / Scripting
- Topic: IE_ContainsText
- Replies: 8
- Views: 6542
ContainsText
[quote="Me_again"]I'm not familiar with IE_ContainsText> but try the If> like this:
[code]
IF>exists=1
[/code]
If IE_ContainsText> returns the number of instances maybe you need >0 not =1?[/quote]
It's supposed to return 1 if it gets a hit. Tried the IF change. No joy. Thanks
[code]
IF>exists=1
[/code]
If IE_ContainsText> returns the number of instances maybe you need >0 not =1?[/quote]
It's supposed to return 1 if it gets a hit. Tried the IF change. No joy. Thanks
- Sun Feb 01, 2009 11:42 pm
- Forum: Technical / Scripting
- Topic: IE_ContainsText
- Replies: 8
- Views: 6542
IE_ContainsText
I need to determine if text ("mform29") exists in an IE Window. Looking at the source I see it. For the life of me I cannot get it to work so I built a test bed to open a window and find the letter "a" also without success. Here's the code: [code] MouseMove>0,0 IE_Create>0,IE[0] IE_Navigate>%IE[0]%,...