Hi ,
I have a web page which has same element multiple times in the page its under selector.Basically its a table and each row has that element.I need to click the element in all the rows .Ho can i do it
Hi ,
I have a web page which has same element multiple times in the page its under selector.Basically its a table and each row has that element.I need to click the element in all the rows .Ho can i do it
@ranjani,
At First, extract the table as DataTable. Then use ‘For each row’ activity to loop. Use the ‘Click’ activity to perform the click.
Note: Get the unique selector from clicking element. Look for change in ID, idx values for each rows in a table. Then pass the element as dynamic selector.
@ranjani
can you post screenshot for us, Thanks