Search found 21 matches

by wviswildandwonderful
Sat Nov 09, 2013 10:01 pm
Forum: General Support & Discussions
Topic: Can you add wildcard support to frame names?
Replies: 7
Views: 7075

Re: Can you add wildcard support to frame names?

Wildcard for frames in FF yet? Just asking because I cant get it to work. Thanks
by wviswildandwonderful
Mon Sep 02, 2013 5:19 pm
Forum: iMacros for Firefox
Topic: Imacros not working
Replies: 10
Views: 6782

Re: Imacros not working

I've seen this behaviour as well, from time to time, quite randomly... and with all versions, so I don't think that reverting to previous v8.2.4 will help you... Add some logging and reporting to your Macros to check for good execution and rerun (like I do...) if anything went wrong... logging how?...
by wviswildandwonderful
Sun Sep 01, 2013 1:29 am
Forum: iMacros for Firefox
Topic: Imacros not working
Replies: 10
Views: 6782

Re: Imacros not working

????? No one?

Sept 1 update:

Last night 14 WORKED, while 168 Failed to work properly! Im going back to 8.2.4 to see if that helps... will post my findings.
by wviswildandwonderful
Sat Aug 31, 2013 5:39 pm
Forum: iMacros for Firefox
Topic: Imacros not working
Replies: 10
Views: 6782

Re: Imacros not working

Further observation: I watched it a it played through some of the ones that had not submitted correctly. Heres what its doing: ---Follows the URL GOTO= command. Page fully loads ---THEN imacros in firefox completely skips over and entire block of TAG commands ---THEN follows and carries out the TAKE...
by wviswildandwonderful
Fri Aug 30, 2013 4:28 pm
Forum: iMacros for Firefox
Topic: Imacros not working
Replies: 10
Views: 6782

Re: Imacros not working

Yesterday 208 out of 347 did NOT "fill and submit" . I also have robo form set up to auto fill so in most cases it filled, but then failed to submit.... the url goto= command worked though. I know this because i set it up to take a screenshot 20 seconds after each submit (allowing for fina...
by wviswildandwonderful
Mon Aug 26, 2013 1:31 am
Forum: iMacros for Firefox
Topic: Imacros not working
Replies: 10
Views: 6782

Re: Imacros not working

Firefox 23.0.1 Imacros plugin 8.3.0 Windows 7 Still getting the same problem! Very frustrating. Some will fill one day and not the next. Copy and paste the code into an iim file all by itself and each (previously failed replay) will play fine. I shortened my file sizes to below 500 lines each with a...
by wviswildandwonderful
Fri Aug 23, 2013 3:45 am
Forum: iMacros for Firefox
Topic: Batch File: Load Firefox, Run Macro(s), Close
Replies: 31
Views: 86348

Re: Batch File: Load Firefox, Run Macro(s), Close

Thank you David. I was able to get it to play using the following: BATCH FILE: @ECHO OFF ECHO Use Launch-iMacro web page to launch js file after Firefox is loaded cd "C:\Program Files (x86)\Mozilla Firefox" firefox.exe http://www.MBILtd.net/iMacros/Launch-iMacro.html?m=testmacro1.js cd C:\...
by wviswildandwonderful
Thu Aug 22, 2013 4:18 am
Forum: iMacros for Firefox
Topic: Batch File: Load Firefox, Run Macro(s), Close
Replies: 31
Views: 86348

Re: Batch File: Load Firefox, Run Macro(s), Close

No-no-no, in my idea, you only want to start 1 .JS File from the Batch (and that's why I called it "RunAllMacros.js") and it is in that .JS File that you'll be calling all .iim Macros successively... I started the Demo Sef-Test.js from a Batch File (with or without Windows Scheduler) and ...
by wviswildandwonderful
Wed Aug 21, 2013 7:28 pm
Forum: iMacros for Firefox
Topic: Batch File: Load Firefox, Run Macro(s), Close
Replies: 31
Views: 86348

Re: Batch File: Load Firefox, Run Macro(s), Close

My 2 cents..., what about launching your MyMacro1.iim + MyMacro2.iim etc with PUSH in some RunAllMacros.js (launched from the Batch File) like in 'Self-Test.js'...? I'll give it a try myself... Im not sure what to do with the js file? Do I call it from task manager? I tried this: (found on another ...
by wviswildandwonderful
Tue Aug 20, 2013 12:13 am
Forum: iMacros for Firefox
Topic: Batch File: Load Firefox, Run Macro(s), Close
Replies: 31
Views: 86348

Re: Batch File: Load Firefox, Run Macro(s), Close

Exactly what do you mean by "it no longer works!"? If you want me or anyone else to take a stab at your question, we really need to replicate your problem before we start so please provide as much information as you can on the differences between then and now. Have you changed your OS? If...
by wviswildandwonderful
Mon Aug 19, 2013 6:08 pm
Forum: iMacros for Firefox
Topic: Batch File: Load Firefox, Run Macro(s), Close
Replies: 31
Views: 86348

Re: Batch File: Load Firefox, Run Macro(s), Close

I have searched everywhere on the internet and there sdoesnt seem to be a workable answer to this! David Poor's scripts USE to run flawlessly several years ago... but for some reason it no longer works (for me, on my computer)! Is it the newer versions of windows? I dont know enough about programing...
by wviswildandwonderful
Tue Aug 13, 2013 4:46 pm
Forum: General Support & Discussions
Topic: Can you add wildcard support to frame names?
Replies: 7
Views: 7075

Re: Can you add wildcard support to frame names?

has this been fixed? I cant get it to play back when it records app_runner_fb_https
by wviswildandwonderful
Fri Aug 09, 2013 5:08 pm
Forum: iMacros for Firefox
Topic: Loading imacros from batch firefox
Replies: 16
Views: 22700

Re: Loading imacros from batch firefox

OH MY GOODNESS!!! Thank you chivracq!!! I have searched wiki, this forum, google search, youtube.... EVERYWHERE. I tried every example given, finally after over a month I found this reply AND IT WORKS PERFECTLY! There use to be an article by David poor to use javascript and batch file to do the same...
by wviswildandwonderful
Wed Aug 07, 2013 10:27 am
Forum: iMacros for Firefox
Topic: Can I edit about:config with iMacros?
Replies: 5
Views: 5543

Re: Can I edit about:config with iMacros?

Daemon23 wrote:If anyone else cares, all I had to do was create a new firefox profile and set it to ignore print popup, add a desktop shortcut pointing to the profile and have iMacros close the browser when the macro is done. I really love iMacros!

I CARE!!! Can you toss me the instructions and code?