Parse a .Net Page with Postbacks

后端 未结 3 1881
孤独总比滥情好
孤独总比滥情好 2020-12-20 09:57

I need to read data from an online database that\'s displayed using an aspx page from the UN. I\'ve done HTML parsing before, but it was always by manipulating query-string

3条回答
  •  春和景丽
    2020-12-20 10:56

    Watin would be my first choice. You would code the selecting and clicking, then parse the HTML after.

提交回复
热议问题