I have a listview which displays list of jobs, on clicking one job in this list next dataview listens and displays corresponding details of job. I am trying to capture this click on list view row but ATS recorder is not identifying this event. Is there any action in ATS that can be used to dynamically identify a list row, just like we have for data grid. If I explicitly give following – layoutGridSavedJobs index-1 textBox4, it works as expected. But my index# will vary everytime I run the script and hence need a way to dynamically look for row with my expected job#.
↧