Hello,
The Manage Web Controls command of web recorder has an ‘Advanced’ option for Links and Buttons.
For Links, it has three check boxes: Name, URL and Index.
Name: While running the task, it searches for the link by the name recorded.
URL: Similar to the Name checkbox, but instead of searching the link by name, it searches by the URL it points to.
Index: This option searches the link by its location index. Every link in a Web page has a location index. For example, if you click a link whose index number is 2, and you always want to click that link when the task runs, no matter what the name or URL of that link is, then you can keep this option checked.
Also, if all the links are in a table then using ' Extract Table' command you can store all the links (available at run time) in a CSV file and can access the links using Table Column() variable in 'Loop For Each row in an Internet Explorer Table' command.
Otherwise, you can also use keystrokes to access the links in a loop. If you can send the screenshot of webpage (in .png format) then we can send you the text format of commands (a flow chart) so that you can create the task with ease.
Hope that helps.
|