Effectively Using the IE_ExtractTagByName command

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
fthomas
Pro Scripter
Posts: 91
Joined: Fri Oct 03, 2008 6:40 pm

Effectively Using the IE_ExtractTagByName command

Post by fthomas » Tue Nov 09, 2010 6:22 pm

Good day!

I'm trying to grab a whole subsection of a webpage to extract out a section of the html code.

I've found the section under the DIV tag called with the ID, contentModules.

I've tried using the command:

Code: Select all

IE_ExtractTagByName>%IE[0]%,,DIV,contentModules,1,result
With no success. It always just returns the number 2.

I've even tried to do a HTTPREQUEST and it returns 2,2,2,2

Any ideas?

Frank

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