Web automation using .NET

前端 未结 7 769
一向
一向 2020-12-24 08:25

I am a very newbie programmer. Does anyone of you know how to do Web automation with C#? Basically, I just want auto implement some simple action on the web. Af

7条回答
  •  -上瘾入骨i
    2020-12-24 09:24

    If you want to simulate a real browser then WatiN will be a good fit for you. (Selenium is another alternative, but I do not recommend it for you).

    If you want to work on the HTTP level, then use WebRequest and related classes.

提交回复
热议问题