Quirky how?
I think the Firefox addon is pretty good. It's the standalone iMacros browser, which can be buggy sometimes.
I don't think that there's anything like it, at least not as a browser addon.
If you want something better, i think you need to learn a programming language or use something like Ubot Studio, Zennoposter.
Maybe you want to take a look at Sikuli too.
I see, that happens sometimes. Have you tried to change the default recording mode to event recording or x/y position recording?I'm trying to automate a task that appears to be inside a frame. I can't get it to work due to the frame or something. I'm not a designer and I don't know what the page is. I just know that the iMacros doesn't pickup properly what's in the frame or whatever it is.
I see, that happens sometimes. Have you tried to change the default recording mode to event recording or x/y position recording?
I use iMacros to do several different tasks in Firefox. I notice that it can be quite quirky at times. Is there anything out there that does the same thing?
By default the macro waits until the page is fully loaded and just after that continues to the next step. If you don't want to wait until the page is fully loaded, you can try adjusting, lowering the timeout with the TIMEOUT or TIMEOUT_STEP command, there's no guarantee that it will solve the hanging issue though and maybe it won't work at all with a lower than default timeout setting.That does seem to help some. Another problem is, it seems to get hung up on the fact that it has to wait for the server to do a task. The button only appears to be clicked on once the task is completed.
By default the macro waits until the page is fully loaded and just after that continues to the next step. If you don't want to wait until the page is fully loaded, you can try adjusting, lowering the timeout with the TIMEOUT or TIMEOUT_STEP command, there's no guarantee that it will solve the hanging issue though and maybe it won't work at all with a lower than default timeout setting.