Click on a checkbox after data scripping

Hi all,

There is a data table on website which is present on 6 pages.I want to click on a checkbox in first column based on some business rule.I use the data scrapping to get the datatable and then i need to locate the particular row item .Click on that row and check the checkbox of 1st column.pls suggest

Hi @Atul_Bhatia1
Use Get Attribute and set the property as “checked” and based on that set a condition click the check box or use check activity

Thanks
Ashwin S

But i have data table so if the checkbox present on 3rd page how to click on it? Datagrid gives only the row

Hi @Atul_Bhatia1

Ensure that the selector is getting a dynamic value based on idx property

Thanks
Ashwin S

Pls explaim more…not able to understand

@Atul_Bhatia1,

Can you share the link?

please help.

i am doing data scrapping the table which have the multiple pages.
i need to search the material an click the check box,

when i run the bot , it is moving to all pages of the table but unable to click the checkbox…