We have an application which has a table that contain few rows and few columns.
In the table we have a button in each rows. Now the requirement is I have to click on that button but on a it depends on other element in the table if the condition is matched then button should clicked of that specific row.
So how to achive this scenario. Please help me with this.
@Ni8tesh
First Extract the Table by using DataScraping and store it in a dataTable variable.
Then Run For each row
Inside that add If condition,
Based on your condition Use Click activity, Change the selector by using some dynamic selectors logic.
You can access the values of a datatable for comparision.
Regards,
Mahesh