Search found 4 matches

by engeeaitch
Thu Sep 13, 2018 8:24 pm
Forum: iMacros for Firefox
Topic: How to launch a macro >50 lines from the command line.
Replies: 7
Views: 6152

Re: How to launch a macro >50 lines from the command line.

@groundfalling Apologies - you're right. I need to re-think all of this. I've got a specific use case that works for me - but not for the more general case. Back to the drawing board.
by engeeaitch
Wed Sep 12, 2018 7:59 pm
Forum: iMacros for Firefox
Topic: How to launch a macro >50 lines from the command line.
Replies: 7
Views: 6152

Re: How to launch a macro >50 lines from the command line.

Hi, Here is the code I started with. It seems to produce multiple prompts (five in my case), probably because of some race condition, which is not what I wanted, and why I went for the event solution. <html> <meta charset="UTF-8"> <body onload="window.setTimeout('document.getElementBy...
by engeeaitch
Tue Sep 11, 2018 9:27 pm
Forum: iMacros for Firefox
Topic: How to launch a macro >50 lines from the command line.
Replies: 7
Views: 6152

How to launch a macro >50 lines from the command line.

iMacros for Firefox 10.0.2.1450 Browser Firefox 62.0 OS: Windows 10 I am using the suggestion in the Wiki for Command Line Support here but needed to run a macro that was more than 50 lines long. I tried splitting the macro into two and then launching the macros one after the other, but that didn’t ...
by engeeaitch
Sun Aug 14, 2016 4:09 pm
Forum: iMacros for Firefox
Topic: Unable to close Firefox
Replies: 8
Views: 9420

Unable to close Firefox

I am using version 9.0.3 of iMacros with version 48.0 of Firefox running on Windows 10 64bit, with Multiprocess Windows disabled. I am trying to start Firefox from a batch file, execute a macro and then close Firefox. My batch file looks like this: start "" "C:\Program Files (x86)\Moz...