iMacros extracting link URL
Trying to exctract a link url with iMacros for Firefox plugin.
The following input html code is on the website to be scraped
<div class="subcl">
<a href="http://www.url.com/01.html" target="_blank">
Lastname01, Firstname01 </a>
</div>
Desired output from iMacros
http://www.url.com/01.html
Since there are further links on the website the class="subcl" should be
included in the code. Maybe there is a way to implement a nested
structure? I would prefer - if possible - non Javascript code since I
don't code in it myself.
The following macro code didn't work
VERSION BUILD=8300326 RECORDER=FX
TAB T=1
'URL GOTO=http://www.url.com/search
TAG POS=1 TYPE=DIV ATTR=CLASS:subcl* EXTRACT=HREF
No comments:
Post a Comment