Unable to

Hi Team,

In the screenshot table there is correct and incorrect line items and front of each line item there is a checkbox so i have to select the checkbox for incorrect highlighted in red line items, i have to select all the highlighted red line item checkbox one by one how to do it

I have already tried many things but did not got the solution, could you please provide the best solution for the same.

Thanks in advance

Hi @Mohammad_Imran

Please explore the selector of red coloured lines using ui explorer.

There should be some property related to color there.

Then run for each ui element, and get that attribute by mentioning its name.

Put a condition for its color check, if found, then tick the check box else move to next ui element

Each checkbox selector can have row index or something similar.
Extract the table data, filter datatable and get index of invalid rows. And check checkbox using dynamic selector using index of invalid rows.