Search found 4 matches
- Wed Dec 20, 2006 11:32 am
- Forum: How-To's and useful iMacros: All other topics
- Topic: Exit iMacros-Browser from the running macro
- Replies: 1
- Views: 11431
Exit iMacros-Browser from the running macro
Hello! I start a macro by a perl-script with C:\Programme\iMacros>imacros.exe -noexit -macro standardmacro In the standardmacro is a line for an errormacro to take a screenshot of the actual sight of the website, when an error occurs: SET !ERRORMACRO screenshot I´m searching for a way to exit the iM...
- Tue Dec 19, 2006 1:52 pm
- Forum: Command Line and Scripting Interface
- Topic: execute another macro - error-handling
- Replies: 3
- Views: 6122
difference between manual start and start from the prompt
Hello! I started your macro twice: start manually: the logfile looks like this: 19.12.2006 14:24:18 3024 about:blank 0|||| 19.12.2006 14:24:18 3024 Search for PlugIns... 19.12.2006 14:24:18 3024 TRIAL VERSION Image Recognition PlugIn detected, Version=4301 19.12.2006 14:24:18 3024 Running IIM (*Scri...
- Fri Nov 24, 2006 1:18 pm
- Forum: Command Line and Scripting Interface
- Topic: execute another macro - error-handling
- Replies: 3
- Views: 6122
Hi Hannes! Thanks for the prompt answer. After updating iMacros to 5.21 your macro runs perfect. But this is still a kind of starting the macro manually . I changed my own macros to the 5.21-syntax and they are also able to start screenshot.iim - when started manually. I get an "STOP screenshot"-lin...
- Thu Nov 23, 2006 10:36 am
- Forum: Command Line and Scripting Interface
- Topic: execute another macro - error-handling
- Replies: 3
- Views: 6122
execute another macro - error-handling
Hello! I want to take a screenshot of the Webpage, if an error occurs. This works with my screenshot.iim-Macro -when started manually : VERSION BUILD=4160811 CMDLINE !VAR1 c:\data\screenshots\ SAVEAS TYPE=BMP FOLDER={{!VAR1}} FILE=screenshot_{{!NOW:yyyymmdd_hhnnss}}.bmp This doesn´t work integrated ...