Data Scraping in Web form how to get dynamic row value

Hi,
I have a table in web page. At the end of the table, i wil click Add new entry, then inline text box will appear, i will give type to activity to enter the data. This is having no issue, if i record clicking the particular row and add the value.

But based on excel sheet rows, dynamically i need to get the row selector value. can anyone tell me how to do?

@DeviE

You can run for each row for the table you have extracted.
Next open uiexplorer and check the selector pattern of each row
then create a dynamic selector such that it should work according to your requirements.

Regards,
Mahesh

1 Like

Yes. It worked for me