C# library similar to HtmlUnit

后端 未结 5 682
一向
一向 2021-01-07 05:39

I need to write standalone application which will \"browse\" external resource. Is there lib in C# which automatically handles cookies and supports JavaScript (through JS is

5条回答
  •  清酒与你
    2021-01-07 06:08

    Selenium, it uses the actual browsers, but is a cross browser platform. Depends on wether or not you can have an actual browser running - it works by injecting javascript via a proxy into the browser. http://seleniumhq.org/support/

提交回复
热议问题