Search found 3 matches

by MiloiTheNumb
Thu Sep 09, 2010 8:29 pm
Forum: iMacros for Chrome
Topic: Import iMacros from FF
Replies: 13
Views: 17704

Re: Import iMacros from FF

I must be dense - how do I go about using my 'text' based (Firefox versions) iMacros in Chrome? If I don't import them, how do I get to them in Chrome's iMacros list or how do I run them from Chrome? I don't see a browse button or any way to get to the Firefox default iMacros folder. Also, I have .j...
by MiloiTheNumb
Thu Dec 17, 2009 2:29 pm
Forum: Command Line and Scripting Interface
Topic: Need help w/ Login then Loop Macro
Replies: 6
Views: 4712

Re: Need help w/ Login then Loop Macro

Hannes, iOpus wrote:First of all, the "Loop after Query or Login" sample is VBS, so you need the iMacros Scripting Edition to run it.

In FF, you'd need to use the JavaScript Scripting Interface. Cf. http://forum.imacros.net/viewtopic.php?f=11&t=7877#p23736
Yes! That helps a lot. Thanks and Peace
by MiloiTheNumb
Wed Dec 16, 2009 8:31 pm
Forum: Command Line and Scripting Interface
Topic: Need help w/ Login then Loop Macro
Replies: 6
Views: 4712

Re: Need help w/ Login then Loop Macro

Using iMacros for Firefox, I'm trying to do this: URL GOTO=http://www.mysite.com/login.php (***could start on this page manually if easier***) WAIT SECONDS=3 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:login ATTR=ID:login_name_field CONTENT=test TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:login_form ATTR=ID:log_in_...