Click on values in webpage based on collection

rpaccount

Member
Hi all,

So now i have a collection that i read in from my webpage.
How do i find & click on the values based on the text in my collection?
My collection is like this
Field
------
Value1
Value2
and so on..

So what i want is to find value 1 in the webpage, and click on it.
I can put a loop for the collection but how do i know which one to click?

Is it possible? Thanks!
 
Top