
Hi all,
I am looking for a solution to my problem as I have not been able to find any information on it.
I am navigating to the following web page; http://www.mmadecisions.com/judge/53/Chris-Lee
This web page contains a table. Inside the third column, titled FIGHT, there is a url in each row.
I wish to automate the task of looping through every row in the table, going to each of these urls and then saving some information from each.
I am currently struggling with the challenge of automatically traversing through the table and navigating to each link, without having to explicitly state each url myself.
Is anyone able to help?
Thanks,
GF
EDIT:
I have found a way to save the table as a datatable, and then I can take the FIGHT column and save as a list. But it seems whenever I try to save the datatable it removes the <a href></href> tags and I'm left with just the text inside.
Hi,
Are the urls showing up in the datatable before putting it into a list? You actually dont need a list.
- Do a "Extract data from webpage" for more than one link on that page and PAD will automatically turn it into a Datatable having the links. This video will help you understand that.
- Then use a "For Each" loop on this datatable
- Use the url column value from this datatable in "Go to web page"