Search found 4 matches

by Gnr993
Tue Sep 19, 2017 3:56 am
Forum: General Support & Discussions
Topic: Where is the datasources and imacros folder for firefox
Replies: 0
Views: 2513

Where is the datasources and imacros folder for firefox

Where is the datasources and imacros folder for firefox on linux?
by Gnr993
Sat Sep 02, 2017 1:15 am
Forum: General Support & Discussions
Topic: Running thousands of iMacros instances
Replies: 2
Views: 2330

Re: Running thousands of iMacros instances

If someone tried Vps before, please let me know how many instances you are running and with which vps (Ram etc)
And about the memory leak, i have this peoblem only with one script, All the others work perfectly.
by Gnr993
Fri Sep 01, 2017 11:41 pm
Forum: General Support & Discussions
Topic: Running thousands of iMacros instances
Replies: 2
Views: 2330

Running thousands of iMacros instances

What is the best way to go?
by Gnr993
Fri Sep 01, 2017 3:32 pm
Forum: Command Line and Scripting Interface
Topic: How to play a loop on iMacros browser with VBS?
Replies: 1
Views: 14546

How to play a loop on iMacros browser with VBS?

Hi. When I run my scrips for a long period of time, I get memory leak and the software crashes. Therefore, I want to use VBS to open and close the iMacros browser to prevent memory leak. I know that the script should look like this: Set iim1= CreateObject ("imacros") iret = iim1.iimOpen() ...