Search found 8 matches

by etzel
Thu Mar 05, 2009 4:28 am
Forum: Command Line and Scripting Interface
Topic: OK - JS Problem
Replies: 5
Views: 3845

Re: OK - JS Problem

Before anyone asks - every time I try and define a function imacros appears to stop the minute it encounters { which is a less than trivial issue :(

Anyone else having trouble with the native scripting interface? If so, how should I work around it so that I can try and work this out?

Aaron
by etzel
Fri Feb 27, 2009 7:07 am
Forum: Command Line and Scripting Interface
Topic: OK - JS Problem
Replies: 5
Views: 3845

OK - JS Problem

I am using the free iMacros for Firefox Add-on with native JS support... I am trying to practice site login, seems like a good idea :D var email = prompt("Enter your Email Address Here:", "Email"); var pwd = prompt("Enter your Password Here:", "Password"); var...
by etzel
Wed Feb 25, 2009 6:23 pm
Forum: How-To's and Examples for Form Filling
Topic: VBS: read textfile to variable
Replies: 1
Views: 61293

Re: VBS: read textfile to variable

Can this be used with the Firefox .js support with textfiles which contain conditional statements? such as checking for captcha, if found prompt for captcha, else next iimplay, on captchaprompt ok button submit, iimplay...

That would make my life a whole lot simpler
by etzel
Wed Feb 25, 2009 5:50 pm
Forum: Command Line and Scripting Interface
Topic: Getting variables with js prompt boxes?
Replies: 3
Views: 8938

Re: Getting variables with js prompt boxes?

Righto, I'll work this out, it may just kill me first, but I will work it out :roll: I played around a little and wrote the following in a .txt file, loaded that to iMacros for Firefox, then renamed the #Current.iim to testmacro.js It works well insofar as it does what I have asked it to do so far v...
by etzel
Tue Feb 24, 2009 1:07 am
Forum: Command Line and Scripting Interface
Topic: Getting variables with js prompt boxes?
Replies: 3
Views: 8938

Getting variables with js prompt boxes?

I am trying to use js prompt boxes eg. var SUB = prompt("Type your Subject Line", "Subject Line"); var MSG = prompt("Type or Paste your Message Text Here", "Message Text"); var DEL = prompt("Choose your Delay Seconds", "Delay Seconds"); To ...
by etzel
Mon Jan 26, 2009 2:54 pm
Forum: Command Line and Scripting Interface
Topic: Captcha Bypass - Multiple Solutions!
Replies: 10
Views: 36048

Re: Captcha Bypass - Multiple Solutions!

You'll need to grab the html tag of the captcha image, then you know what you are asking imacros to look for... TAG POS=1 TYPE=IMG ATTR=ID:captchahtmltag (at least the partial tag) then you'll have to work out how to grab the full html tag of that - not quite sure how you'd do that with imacros - bu...
by etzel
Thu Jan 15, 2009 12:49 pm
Forum: General Support & Discussions
Topic: Problems with copy/paste form fill...
Replies: 12
Views: 17744

Re: Problems with copy/paste form fill...

So could I use a .txt file saved to a specific file location (I was thinking desktop) as the basis for using iimSet? I want to set a message subject while retaining the formatting and iimSet appears to be the best option for doing that, trouble is the message changes daily (sometimes more often)... ...