Search found 26 matches
- Sat Feb 27, 2021 9:20 am
- Forum: General Support & Discussions
- Topic: where can i download file access stand alone app
- Replies: 5
- Views: 83
Re: where can i download file access stand alone app
The text was corrected
- Sat Feb 27, 2021 9:13 am
- Forum: iMacros for Chrome
- Topic: use macro playlist(play macros one after another)in imacros chrome extension
- Replies: 0
- Views: 6
use macro playlist(play macros one after another)in imacros chrome extension
hi i use imacros extension for chrome(free) latest version and windows 10 pro x64 hi i want to know is it possible to use macro playlist in imacros extension for chrome (playlist.json or somthing like this). if yes, how? and if no, is there any way to play macros one after another in chrome extensio...
- Fri Feb 26, 2021 9:24 am
- Forum: General Support & Discussions
- Topic: imacros crashing after 300-400 runs(Due to lack of RAM)
- Replies: 3
- Views: 105
Re: imacros crashing after 300-400 runs(Due to lack of RAM)
hmmm i find the solution :) lock screen is problem. I unchecked the "on resume, display logon screen" on the screen saver and the problem was solved. may help others. But I could not really solve the memory overflow problem :( (solved with a trick). I can not even understand why? According to the iM...
- Fri Feb 26, 2021 6:50 am
- Forum: General Support & Discussions
- Topic: imacros crashing after 300-400 runs(Due to lack of RAM)
- Replies: 3
- Views: 105
Re: imacros crashing after 300-400 runs(Due to lack of RAM)
ah :( i use a if statement to close and open in each 100 loop count to handle this error If iret > 0 Then closeopencount = closeopencount + 1 End If If closeopencount > 100 Then closeopencount = 0 iim.iimClose() iim.iimOpen("-runner") End If but now when i run it in the background, if my pc be locke...
- Thu Feb 25, 2021 1:22 pm
- Forum: General Support & Discussions
- Topic: imacros crashing after 300-400 runs(Due to lack of RAM)
- Replies: 3
- Views: 105
Re: imacros crashing after 300-400 runs(Due to lack of RAM)
These two photos were taken from the start time (after two repetitions) and the end time.(almost before the crash).
- Thu Feb 25, 2021 9:24 am
- Forum: General Support & Discussions
- Topic: imacros crashing after 300-400 runs(Due to lack of RAM)
- Replies: 3
- Views: 105
imacros crashing after 300-400 runs(Due to lack of RAM)
hi i use iMacros browser v12.6 Enterprise Edition and win 10 Pro x64 I run the following code about 300 to 400 times via vbs script. My system has 8 GB of RAM and about 3 GB is empty. After several non-stop runs by the do while loop, the RAM overflows and the iMacros crashes. The macro starts with a...
- Wed Feb 24, 2021 10:47 pm
- Forum: General Support & Discussions
- Topic: where can i download file access stand alone app
- Replies: 5
- Views: 83
- Wed Feb 24, 2021 8:50 am
- Forum: Command Line and Scripting Interface
- Topic: run imacros chrome extension from external script
- Replies: 7
- Views: 143
- Tue Feb 23, 2021 9:23 am
- Forum: Command Line and Scripting Interface
- Topic: run imacros chrome extension from external script
- Replies: 7
- Views: 143
- Tue Feb 23, 2021 8:56 am
- Forum: Command Line and Scripting Interface
- Topic: run imacros chrome extension from external script
- Replies: 7
- Views: 143
Re: run imacro chrome extention in trial version from external script
And does this mean that in the trail version it is possible to connect to Chrome through an external script?(iim.iimopen("-cr"))Hum, care to post a Link from where you got that Info...?, or don't include me in the "we (all know)", ah-ah...!
- Tue Feb 23, 2021 8:48 am
- Forum: Command Line and Scripting Interface
- Topic: run imacros chrome extension from external script
- Replies: 7
- Views: 143
Re: run imacro chrome extention in trial version from external script
The question was corrected
- Tue Feb 23, 2021 8:39 am
- Forum: General Support & Discussions
- Topic: where can i download file access stand alone app
- Replies: 5
- Views: 83
Re: where can i download file access stand alone app
i want to use Chrome FA for trial or just test=> Beh yep, if using iMB v12.6 you don't need any FIO/FA-Module, is only needed if you use FF/IE/CR with a 'PE' or 'PRO' License...
And sorry, I can not recognize the sub forum.
- Sat Feb 20, 2021 3:07 pm
- Forum: General Support & Discussions
- Topic: where can i download file access stand alone app
- Replies: 5
- Views: 83
where can i download file access stand alone app
hi
i use imacros chrome extension free latest version and win 10 pro x64
Apparently, at the moment, it is only possible to download the file access through the user panel. is there any other way. If anyone gives me the link, I will be grateful.
i use imacros chrome extension free latest version and win 10 pro x64
Apparently, at the moment, it is only possible to download the file access through the user panel. is there any other way. If anyone gives me the link, I will be grateful.
- Sat Feb 20, 2021 2:38 pm
- Forum: Command Line and Scripting Interface
- Topic: run imacros chrome extension from external script
- Replies: 7
- Views: 143
run imacros chrome extension from external script
Hi I use imacros chrome extension v10.1 and Windows 10 pro x64 We all know that macros can not be run from an external script, within Chrome and other browsers (the trial version). The question is, what are the ways to run a macro inside a Chrome browser from an external script that can be used to a...
- Tue Feb 16, 2021 8:35 am
- Forum: General Support & Discussions
- Topic: iimget ERROR!
- Replies: 1
- Views: 64
iimget ERROR!
hi I USE IMACROS V12.5.503 WIN 10 PRO X64 SET iim = CreateObject ("imacros") iret = iim.iimOpen("") macro = "SET VAR ""mehrdad""" + vbNewLine ' MsgBox iret iret = iim.iimPlayCode(macro) mac = iim.iimGet("var") iim.iimSet "macrovar", mac why this vbs get error: "object dosent support this prperty or ...