I am trying to automate a download of some data from a web application via Powershell/Internet Explorer COM similar to this article.
This works fine for normal elements/pull-downs, but how do navigate through tables via the COM object in case I want to click/find out the links inside a table?
I am trying to automate a download of some data from a web application
Share
Check this code:
You need to filter out some tables that contain links that you don’t want to download. The same holds for links – I suppose you want ‘click’ only some links.
For this kind of automation I would recommend to have a look at WatiN (or PowerWatiN). This could save you some time.