Web Page Table

Hello

How to click on each row of the table? Every row has a link in its 1st column. I need to click on the 1st row, do some task, click on next row and so on

1 Like

Hi Purvi,

Use a loop to iterate thru the table, use a Click activity to click on the row - using UiExplorer get the selectors and make it dynamic with a variable and then perform your tasks.

Hope it helps!

Will you please share some example for demonstration?

Additionally, I want to click on the hyperlink in the cell

Check this thread,

Thanks,
Rammohan B.