iMacros Help?

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
Roflcopter
Posts: 3
Joined: Tue Nov 02, 2010 1:37 pm

iMacros Help?

Post by Roflcopter » Tue Nov 02, 2010 1:54 pm

Hi guys, I have a problem. iMacros is great software, but there's always one thing I run into that annoys me. The website I intend to use the program on has a single button that changes value and location after each click/page load. Is there any command that makes iMacros automatically target and click the button? Like I said, the value changes so image recognition wouldn't help. This is the button

http://oi56.tinypic.com/2zjgyfs.jpg

The other values for it can be Progress, Battle, Attack, etc.
twhedge
Posts: 1
Joined: Sat Nov 27, 2010 4:23 pm

Re: iMacros Help?

Post by twhedge » Sat Nov 27, 2010 4:30 pm

Edited to update.
I did a little more searching and noticed thins link posted in another thread:
http://wiki.imacros.net/Form_Filling#Wildcards

I changed the first number to {{!COL1}} since it is being pulled from the data file and the second number to an * and it works just fine.

(Original)
I have a similar problem in that the link that must be clicked changes based on the dollar amount entered.

Here is part of the macro:

TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:paymentForm ATTR=NAME:amount CONTENT=5.10
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:paymentForm ATTR=VALUE:<SP>Pay<SP>
TAG POS=1 TYPE=A ATTR=TXT:Pay<SP>$5.10<SP>By<SP>Credit/Debit<SP>Card

(The 5.10 is what is dynamic)

I tried tabbing to the link and using {{!COL1}} since the value is pulled from a data file. No luck.
Post Reply