SimpleBrowser是专门为自动化任务而设计的一个灵活而直观的浏览器引擎,内置.Net4framework。示例代码:class Program
{
static void Main(string[] args)
{
var browser = new Browser();
try
{
// log the browser request/response data to files so we can interrogate them in case of an issue with our s