Problem iterating through links in a table
I'm trying to create a script that will run through a list of search results, click on the "View Details" link for each result, and then grab the data from the details page. I've got the second part working fine - once it gets to the details page, it grabs the data with no problems. Unfortunately, the script keeps clicking on only the first "View Details" link, so I end up with the same record multiple times. I haven't been able to get it to move past that first link and click on the link in the next row. The counter is updating correctly, and I can read the data from the table for each row (see the disabled lines of code in the attached script), but regardless of the counter's value, only the 1st link is clicked.
This is my first time using AA, so I spent some time reading this forum to find a solution. There were many helpful suggestions, but I haven't found anything yet that has worked for this situation. One common suggestion for this problem seems to be to adjust the Web Recorder advanced settings (Name, URL, Index). I've played around with these, but haven't found a combination that seems to work.
Thanks!
|