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
Activity
- Latest release
- 3y ago
- Total releases
- 5
- Cadence
- ~11 months
- Last 12 months
- 0
Details
- First release
- Apr 05, 2015
| Version | Released | |
|---|---|---|
1.1.0
minor
|
1.1.0
minor
Dependencies (1)
|
|
1.0.4
patch
|
1.0.4
patch
Dependencies (9)
+ 1 more |
|
1.0.3
patch
|
1.0.3
patch
Dependencies (1)
|
|
1.0.2
patch
|
1.0.2
patch
Dependencies (1)
|
|
1.0.1
initial
|
1.0.1
initial
Dependencies (1)
|