Hi I am totally new to Macro Scheduler and have never scripted in it before. I have just started a new position replacing an exiting admin and they had a script that is no longer functioning.
I have 3 IEGetTagsByAttrib lines that are erroring and giving me the referenced error message. What does this error message mean and what could be causing the error?
IEGetTagsByAttrib>%IE[0]%,TD,classname=form_lbl,T,tempTags
IEGetTagsByAttrib>%IE[0]%,TD,align=right,0,tTag
IEGetTagsByAttrib>%IE[0]%,TD,align=right,0,tTag
No Matching IE Instance Found Error
Moderators: JRL, Dorian (MJT support)
- CyberCitizen
- Automation Wizard
- Posts: 724
- Joined: Sun Jun 20, 2004 7:06 am
- Location: Adelaide, South Australia
- CyberCitizen
- Automation Wizard
- Posts: 724
- Joined: Sun Jun 20, 2004 7:06 am
- Location: Adelaide, South Australia
- Dorian (MJT support)
- Automation Wizard
- Posts: 1417
- Joined: Sun Nov 03, 2002 3:19 am
I just discovered this thread after being asked the same question in a support ticket, and I have an answer. Hopefully it will help others.
Copied from the help file :
This function will return an array of tag values for all tags of the given tag name and attribute value in the IE window whose URL matches or contains the specified URL
So this means that if you were to use this helpfile example :
... you would need to have a corresponding IE browser opened to amazon.co.uk.
Copied from the help file :
This function will return an array of tag values for all tags of the given tag name and attribute value in the IE window whose URL matches or contains the specified URL
So this means that if you were to use this helpfile example :
Code: Select all
IEGetTagsByAttrib>amazon.co.uk,DIV,classname=rslt prod,T,pageResults