Hi,
I´ve been working on a robot that loops through search results and extracts data from detail pages. due to the design of the target website, the robot has to go through several pages of search results. The robot and extraction work fine, but I can´t figure out how to use global variables to stop the robot, e.g. after the first three pages of search results.
the robot looks like this so far:
navigation - create variable - repeat - get global variable - test attributes - for each tag - extraction - return object
\ click next link - increase variable - next
the robot works fine, i get loads of extracted data - but the value of the variable won´t change, in the debugger´s output view the output attribute, which the variable´s value should be written to, remains empty, only the attribute´s name is being displayed.
since I couldn´t figure out how to get the solution with the global variables working, i tried a workaround, using the "assign attributes"-action instead of the global variables, unfortunately without succes.
I am grantful for any suggestions :D
Bye,
Phil