Web automation using .NET

前端 未结 7 784
一向
一向 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:18

    I'm using ObjectForScripting to automate WebBrowser, A Javascript callback to C# function and then function in c# extract data or automate many-thing.

    I have clearly explained in the following link

    Web Automation using Web Browser and C#

提交回复
热议问题