Loop through a web based datatable

Hello,

I want to loop through a web page containing the following data:

link      data1  data2  data3 data3 data4 data5  data6

x         1         2           3      4         5       6           7

if in daata3 the value is for example (FR) then clik on the corresponding link (here X)

hello abdel,
you could use the get attribute function ,and provide the data you want to search with a wildcard entry.
capturevalue.xaml (13.1 KB)

refer to the attached document…

no,

i want to loop through the table that is inside the web page and the if the a certain value A1 is found in a row, go to the first column of the row and click on detail link