iMacros选择班级中的链接

时间:2013-04-07 23:25:09

标签: macros imacros

这些是我想要选择的链接,并在新标签页中打开。

<div class="text-right" style="border: 2px solid rgb(0, 0, 255);"><a href="http://thisisaurl.com/klw4azh.html">Fine</a></div>

我想要选择多个链接,并且网址都不同。我可以突出显示包含链接的div,但我实际上永远不能选择链接并在新选项卡中打开它。有人能帮帮我吗?

1 个答案:

答案 0 :(得分:0)

试试这个:

tag pos=1 type=a attr=href:http://thisisaurl.com/* extract=href
tab open
tab t=2
url goto={{!extract}}

这将刮掉第一个链接并在新标签中打开它,如果你需要第二个链接只需更改pos索引