Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 594417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:57:04+00:00 2026-05-13T15:57:04+00:00

I am trying to automate a download of some data from a web application

  • 0

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?

  • 1 1 Answer
  • 4 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T15:57:05+00:00Added an answer on May 13, 2026 at 3:57 pm

    Check this code:

    $ie = New-Object -com InternetExplorer.Application
    $tables = @($ie.Document.getElementsByTagName('table'))
    # filter out the tables you are not interested in
    $tables = filter-tables-somehow $tables
    $links = $tables | 
      % { $_.getElementsByTagName('a') } |
      ? { filter-links-somehow $_ }
    # and now process the links as you have been doing it so far
    

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to automate the download of some data from a webform. I'm using
I am trying to automate some upload/download tasks from an ftp web server. When
I am trying to automate data extraction from a website and I really don't
I am trying automate a login process to my web application using Selenium-Python Client
I am trying to automate download of historic stock data using python. The URL
I am trying to automate the download and installation of a large application that
I'm trying to automate the download of a file from a website. Normally to
I am trying to automate files download via a webserver. I plan on using
I'm trying to automate Mac OS X package building via command line interface of
I'm trying to automate the filling of a master excel file from selected rows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.