Web automation using .NET

前端 未结 7 768
一向
一向 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:07

    Check out SimpleBrowser, which is a fairly mature, lightweight browser automation library.

    https://github.com/axefrog/SimpleBrowser

    From the page:

    SimpleBrowser is a lightweight, yet highly capable browser automation engine designed for automation and testing scenarios. It provides an intuitive API that makes it simple to quickly extract specific elements of a page using a variety of matching techniques, and then interact with those elements with methods such as Click(), SubmitForm() and many more. SimpleBrowser does not support JavaScript, but allows for manual manipulation of the user agent, referrer, request headers, form values and other values before submission or navigation.

提交回复
热议问题