Web automation using .NET

前端 未结 7 744
一向
一向 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条回答
  • 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.

    0 讨论(0)
提交回复
热议问题