No Matching IE Instance Found Error

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
tellingham
Newbie
Posts: 1
Joined: Fri Jun 21, 2013 8:54 pm

No Matching IE Instance Found Error

Post by tellingham » Fri Jun 21, 2013 9:01 pm

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

User avatar
CyberCitizen
Automation Wizard
Posts: 724
Joined: Sun Jun 20, 2004 7:06 am
Location: Adelaide, South Australia

Post by CyberCitizen » Sat Jun 22, 2013 12:48 am

I suspect it means it can't find the iecreate instance with IE[0]
FIREFIGHTER

User avatar
CyberCitizen
Automation Wizard
Posts: 724
Joined: Sun Jun 20, 2004 7:06 am
Location: Adelaide, South Australia

Post by CyberCitizen » Sat Jun 22, 2013 12:50 am

I suspect it means it can't find the iecreate instance with IE[0]
FIREFIGHTER

User avatar
Dorian (MJT support)
Automation Wizard
Posts: 1417
Joined: Sun Nov 03, 2002 3:19 am

Post by Dorian (MJT support) » Wed Jan 22, 2014 2:03 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 :

Code: Select all

IEGetTagsByAttrib>amazon.co.uk,DIV,classname=rslt prod,T,pageResults
... you would need to have a corresponding IE browser opened to amazon.co.uk.

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts