No. Not without scripting. The free version does not do conditionals.
iMacros is an automation tool, not an intelligent tool.
You might be able to disable it with some javascript that sets firefox options on the fly, although you should be able to set it in about:config by hand prior to running your program.I think I might have a way to ghetto rig it with iMacro. Does anyone know of a way to disable page reload when you hit the back button in FireFox and have it just use the cached version of it?
You might be able to disable it with some javascript that sets firefox options on the fly, although you should be able to set it in about:config by hand prior to running your program.
It really depends what you are doing. You can also extract the page code into a VAR. Or you could use multiple tabs, by opening the initial page twice TAB 1, TAB 2, and then operate on TAB 1, and be able to change tabs and hit the original page code on TAB 2.
Without knowing more about your application, I am just spittin random ideas.
TAB T=1
URL GOTO=http://{{!col1}}/origin.asp?ID={{!col2}}
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://{{!col1}/origin.asp ATTR=NAME:name CONTENT=dude
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://{{!col1}/origin.asp ATTR=NAME:answer CONTENT={{!col3}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://{{!col1}/origin.asp ATTR=VALUE:Submit
WAIT SECONDS=15
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?
Sure, you want me to start the thread?@ guerilla
You seem to be the resident imacros guru around these parts ... what do you think about just opening a thread for it to keep everything under one roof?
@ guerilla
It seems more and more users are becoming interested after riddar's automation thread (even her after she fought it a bit).
Sure, you want me to start the thread?
haha :usa:
Actually I've schedule the 26th-31st to dig into this.
Van Prooven was kind enough to share/demonstrate over MSN some cool scripts - such as one that can widdle down what might take 15 minutes down to 30 seconds for those of us that do it by hand - it adds add on domains + loads a WP blog.
If he reads this perhaps he can jump in and help us n00bs out as he told me over the weekend that he's working on one that loads the plugins an activates them too...
PS
Someone told me about a program that is supposedly quite similar to iMacros in it's functionality but costs about $450 less - lol
anyone used it?
MacroMachine - General