c# headless browser with javascript support for crawler

前端 未结 2 1515
耶瑟儿~
耶瑟儿~ 2020-12-16 20:58

Could anyone suggest headless browser for .NET that supports cookies and authomatically javascript execution?

2条回答
  •  天涯浪人
    2020-12-16 21:07

    I am not aware of a .NET based headless browser but there is always PhantomJS which is C/C++ and it works fairly well for assisting in unit testing of JS with QUnit.

    There is also another relevant question here which might help you - Headless browser for C# (.NET)?

提交回复
热议问题