I have data table that was scarped from web page, Now i need to compare the 3rd column value with input value, and which row matches then that particular row radio button to click which exist on 01st column.
I check with few things as below,
i do for each on the data table and then, using IF condition i am checking 3rd column value with the input value one by one. but could not click the radio button on the matches row.