I have a web page that contains a table with multiple columns (e.g. a link, an account number, etc.). I need to click on each link in the table and perform additional process from there. However, the link isn’t a typical url. They perform a javascript postback. They look like this: javascript:__doPostBack(‘ctl00$Main$lvMyAccount$ctrl0$lnkSelect’,‘’). So I don’t believe I can use a ‘navigate to’ function.
How do I automate clicking on each of these links?