The war chest thread is for code, not for macros.
Most of us are using the free version of iMacros. There are tons of macro programs, few of them are free, and even less have the browser based capacities iMacros does.
You've dropped the MacroMachine link almost a half dozen times this week. We get it. Big deal. What is the difference from AutoIt which is also free? You probably dont know, and yet you keep asking the same question as though our silence isn't answer enough.
If you are using iMacros to save 15 minutes, it's not that valuable. I use it to save dozens of hours each week. Setting up 1 or 5 blogs by hand doesn't take a long time unless you have a very low level of technical proficiency. Setting up 1000 by hand takes a long time for anyone. That is where iMacros provides a large benefit. I can create a macro in 10 minutes that will do 20 hours of my work.
Do you have to turn every thread into pure idiocy?
If you need an outlet to feed your inadequacies - this is not the place.
HE CAN INDULGE HIS EMOTIONAL INSECURITIES THROUGH UNWARRANTED CONDESCENSION & UTTER BALDERDASH!
Foolish idiot.
And I didn't even make a personal comment to you in my post. All I did, was call you out on asking other people to do your research for you.Life must be hard in that rented room of yours- but at least you're an iMacros hegemon/political theorist/economist-laureate in the making so there's still hope for you yet.
Perhaps you can show us all the iMacros loop you created to bring the world out of global recession, as I'm sure you probably spent the weekend working on it....
Missed this. PM me the URL or a screenshot so I can see what you mean by expanding menu.Okay, seems like it's best just to run it on fast and put wait statements in as needed.
Second question if you don't mind. I have a form within an expanding menu and can't seem to get it to fill. Forms not within the expanding menu on the same page work fine. Any idea what the syntax is for forms within an expanding menu?
Missed this. PM me the URL or a screenshot so I can see what you mean by expanding menu.
Always happy to help people who try to help themselves.I just had the wrong form input type, managed to figure it out. I really do appreciate the help though.
URL GOTO = http://www.random.org/integers/?num=1&min=1&max=42&col=1&base=10&format=html&rnd=new
ADD !RANDOM TAG POS=1 TYPE=PRE ATTR=CLASS:data&&TXT:* EXTRACT=TXT
SET !DATASOURCE username.csv
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{RANDOM}}
ADD !RANDOM
TAG POS=1 TYPE=PRE ATTR=CLASS:data&&TXT:* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !DATASOURCE username.csv
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!EXTRACT}}
SET !DATASOURCE username.csv
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!VAR1}}
I might not understand what you are trying to do. I have been using imacros for a bit and seem to do fairly well when making things.Yeah I have a bunch of usernames in the .csv file, choose one randomly and then use it to fill in form. Your code works great but I ran into another issue I'm having trouble with.
If I try to loop the code the extract command appends the value to the last variable. So I drew 39 as the first random number and 47 as the second it tries to choose the 3947 on the list, instead of just the 47th. So I guess my question is is there a way to reset the extract variable so it doesn't use the old one as well? Google couldn't find me anything.
VERSION BUILD=6240709 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
SET !EXTRACT NULL
TAB OPEN
TAB T=1
URL GOTO=http://delicious.com/username
CLICK X=325 Y=198
SET !VAR1 {{!URLCURRENT}}
TAB T=2
URL GOTO=http://delicious.com/username
TAG POS=1 TYPE=A ATTR=TXT:DELETE
WAIT SECONDS = .5
TAG POS=2 TYPE=A ATTR=TXT:YES
WAIT SECONDS = .5
URL GOTO = http://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=html&rnd=new
TAG POS=1 TYPE=PRE ATTR=CLASS:data&&TXT:* EXTRACT=TXT
SET !VAR2 {{!EXTRACT}}
SET !DATASOURCE username.csv
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!VAR2}}
URL GOTO=http://example.com/add
TAG POS=1 TYPE=INPUT ATTR=NAME:url CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT ATTR=NAME:name CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT ATTR=NAME:date CONTENT=2011-08-29<sp>23:42:35<sp>
Sounds good to me. We can bend the mods to our will by getting them liquored up.What do you say we just petition to change the name of this thread to something like "iMacro Help Desk" and roll with the new thread here?