Cannot open links in new tab

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
aglaia761
Posts: 1
Joined: Sun Sep 08, 2013 6:08 am

Cannot open links in new tab

Post by aglaia761 » Sun Sep 08, 2013 6:23 am

I am trying to create a macro that will open 3 links on the page in a new tab. The name of the links change after each refresh, so I set up the macro to click on a specific x,y coordinate, rather than a specific link url.

My problem is that the macro will click on the first link and open it in the same tab. Then it will try to click on the 2 other positions, which don't exist on the page.

What I need the macro to do is to click on each link, open them in new tabs, then go back to the first tab and do it over again until I stop the macro. I don't want it to close any tabs. I can close them after I stop the macro.

Here is what I have so far:

VERSION BUILD=8300326 RECORDER=FX
TAB T=1
CLICK X=387 Y=372 TAG POS=1 TYPE=IMG ATTR=SRC:http://dragcave.net/mystery.gif
CLICK X=626 Y=372 TAG POS=2 TYPE=IMG ATTR=SRC:http://dragcave.net/mystery.gif
CLICK X=864 Y=372 TAG POS=3 TYPE=IMG ATTR=SRC:http://dragcave.net/mystery.gif

Any help would be appreciated
Post Reply