Inside a "For each" loop, I use a "Load Page" step with a given fixed URL.
Could you explain if RoboMaker actually loads the page everytime,
or just during the first step and then reads from the cache?
If RoboMaker actually tries to access Internet to load the page
at every step of the loop, then I want to find a way to avoid this,
a way to store locally the contents of the page.
I tried the following: before the loop, store the page content into
ScratchPad.html1, using a "Load data" or "Load Page" action.
Then, during the loop, I want to load the contents of ScratchPad.html1
to the current window (hence avoiding a useless access to Intenet),
but I cannot find the way to do this. Could you give me some hint?