read info on webpage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • toddlisa2@charter.net

    #1

    read info on webpage

    I am trying to write a program to log internet speeds from a internet
    speed test website through a given proxy. For example I want to go to
    PCPitStop and run the bandwidth test. The test runs multiple pages
    within the same window before finally getting to the result page. So I
    need to run the start page wait for the result page and grab a line of
    text with the result to log to a file. If I use HTTPWebRequest and
    HTTPWebResponse I only get the info from the start page not the end
    page. If I use the process namespace I can not get to the info on the
    page. Is they a method for what I want?

    Thanks

Working...