Dear Expert
I'm working on a project where after searching for a key word on a webpage the possible matches are shown in a dynamic list:
"/HTML/BODY(1)/...../UL(1)/LI(1)/DIV(1)"
"/HTML/BODY(1)/...../UL(1)/LI(2)/DIV(1)"
"/HTML/BODY(1)/...../UL(1)/LI(3)/DIV(1)"
Any best practices on how to read the value from each element in the given list? - (needed to decide best possible match).
Was thinking to run a loop with a dynamic counter and read each list element until reader runs on error. (Meaning no more search hits).
Then use recover / resume to exit the loop and continue the process. - probably not the best solution :)
Thanks for sharing
Regards
Matyas