Best method for Website Automation?

后端 未结 5 651
离开以前
离开以前 2020-12-10 08:14

Let me rephrase the question...

Here\'s the scenario: As an insurance agent you are constantly working with multiple insurance websites. For each website I need to

5条回答
  •  星月不相逢
    2020-12-10 08:23

    Use Watin. It's an open source .NET library to automate IE and Firefox. It's a lot easier than manipulating raw HTTP requests or hacking the WebBrowser control to do what you want, and you can run it from a console app or service, since you mentioned this wouldn't be a WinForms app.

    You can also make the browser window invisible if needed, since you mentioned only showing this to the user at a certain point.

提交回复
热议问题