Recently i started working on RPA - BluePrism and i am stuck at one place and not able to proceed further.
I have a HTML table and no of rows is dynamic based on search criteria. i am able to get the rows values in a collection. But the problem is i need to highlight the table row->click button->will open popup->fill few values->close and select 2nd row->follow the same process.
I don't know how to highlight the table row(i cannot create static elements in ApplicationModeller since the rows will be populated dynamically). Please provide some suggestions.