I have tried using global variables, and still cannot get it to work. Each time it appears to reset either the global variable or the attribute.
Basically, I am looping through a series of DIV tags using a For Each loop.
I can extract some information (text) from one of the HREF tags within the DIV tag, and drop this into RESTOutput.value1
Each DIV tag contains an unspecified number of IMG tags. What I need to do is loop through these, extracting the src attribute from the IMG tags. Then drop all of the src attribute strings, concatenated into one long string, into RESTOutput.value2.
This is driving me slightly crazy! Robomaker is very good and very intuitive to use, but this one has me banging my head against the wall.
Any help would be greatly appreciated.
Thanks,