Hi people. I have a question about the how working with a selector where the id always change.
I’m working in a project where I need to fill a lot of tables in the same page. From example.
One page have 6 tables same’s, other page have 10 tables (With the same structuration and UI). My best idea is do this:
Use the activity Find Children for get all the tables, run a loop and fill each input with the Data (This data come from a excel file that get at the started of the process)
The problem is that this solution not is the best because the ID always change, I tried use other attributes but I can’t because exist a lot of tables so similar. What can I do for get a better solution?. I hope that the explication have be good