Sign in Sign up
nuget

NReco.PhantomJS

NReco.PhantomJS is a .NET wrapper for running PhantomJS (headless WebKit browser) from C#/.NET code. PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. How to use: var phantomJS = new PhantomJS(); phantomJS.OutputReceived += (sender, e) => { Console.WriteLine("PhantomJS output: {0}", e.Data); }; phantomJS.RunScript("console.log('hello from js '); phantom.exit();", null); More info (online demo, examples): https://www.nrecosite.com/phantomjs_wrapper_net.aspx

nuget View on Nuget

Activity

Latest release
3y ago
Total releases
5
Cadence
~11 months
Last 12 months
0

Details

First release
Apr 05, 2015
Releases
Version Released
1.1.0 minor
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 initial