Clicking a dynamic link within a table on a webpage
When a user searches for a specific ID, a table is then displayed with a unique link to another page that must be clicked. Per requirement, this link must be clicked, but I am having trouble automating this due to the fact that the link is dynamic and depends on the ID that is first searched.
I've tried interrogating the table cell using table designer, but there seems to be an issue when trying to use the PerformClick() method afterwards. Am I doing something wrong?