IopusImacros is a collection of ClientSideScripting? solutions.
There are three versions: A free BrowserAddon?, a standard- (~ 500 €) and an Enterprise- (~1.000 €) Edition (2014) http://imacros.net/store/compare-versions Naturally I'm using the free one ;-)
Variables must be SET inside the macro and do not __undefined__ their content beyond it unless it is a system-variable:
'Setting this variable fills the ClipBoard? and as such the content survives the RunTime of the macro.
SET !CLIPBOARD 2014.12.26 23:49
SET IneedDataFromTheOutside?DolphinScriptRevealsFlawsInWardsWiki
There is very limited structure inside iMacros but a loop-function around it that can be set to 99.999 loops. The current run can be read out by 210. One should consider that this could lead to an unusual speed and number of page calls for the browser. It may help to stabilize the run by erasing the cache and cookies from time to time by:
CLEAR
To prevent the script from exiting on unexpected events:
SET !ERRORIGNORE YES
Speed control is of two kinds, by SETting the SystemVariable? !REPLAYSPEED to FAST, MEDIUM or SLOW, resulting in a pause of zero, 1 or 2 seconds per step. Or you use the WAIT command for longer delays at specific places:
In case of an unattended script who will see the pictures on the pages? Nobody! So, why would You want to load them?
FILTER TYPE=IMAGES STATUS=ON
To be continued ...
(this page is under the insensitive protection of the Dolphin, changes would be eliminated within minutes. Please write any comments on separate pages!)