Search found 4 matches
- Tue Sep 19, 2017 3:56 am
- Forum: General Support & Discussions
- Topic: Where is the datasources and imacros folder for firefox
- Replies: 0
- Views: 851
Where is the datasources and imacros folder for firefox
Where is the datasources and imacros folder for firefox on linux?
- Sat Sep 02, 2017 1:15 am
- Forum: General Support & Discussions
- Topic: Running thousands of iMacros instances
- Replies: 2
- Views: 891
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.
And about the memory leak, i have this peoblem only with one script, All the others work perfectly.
- Fri Sep 01, 2017 11:41 pm
- Forum: General Support & Discussions
- Topic: Running thousands of iMacros instances
- Replies: 2
- Views: 891
Running thousands of iMacros instances
What is the best way to go?
- 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: 4942
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() iret = iim...