Macros iMacro在类中选择链接

Macros iMacro在类中选择链接,macros,imacros,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,但我永远无法实际选择链接并在新选项卡中打开它。有人能帮我吗?试试这个: tag p

这些是我想要选择并在新选项卡中打开的链接

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

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

试试这个:

tag pos=1 type=a attr=href:http://thisisaurl.com/* extract=href
tab open
tab t=2
url goto={{!extract}}
这将刮掉第一个链接,并在新选项卡中打开它,如果您需要第二个链接,只需更改pos索引即可