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
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
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.