NReco.PhantomJS
1.0.3
Prefix Reserved
See the version list below for details.
dotnet add package NReco.PhantomJS --version 1.0.3
NuGet\Install-Package NReco.PhantomJS -Version 1.0.3
<PackageReference Include="NReco.PhantomJS" Version="1.0.3" />
paket add NReco.PhantomJS --version 1.0.3
#r "nuget: NReco.PhantomJS, 1.0.3"
// Install NReco.PhantomJS as a Cake Addin #addin nuget:?package=NReco.PhantomJS&version=1.0.3 // Install NReco.PhantomJS as a Cake Tool #tool nuget:?package=NReco.PhantomJS&version=1.0.3
NReco.PhantomJS is a .NET wrapper for running PhantomJS (headless WebKit browser) from C#/.NET code.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- PhantomJS (>= 2.1.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NReco.PhantomJS:
Package | Downloads |
---|---|
AbotX
A powerful C# web crawler that makes advanced crawling features easy to use. AbotX builds upon the open source Abot C# Web Crawler by providing a powerful set of wrappers and extensions. |
|
HakkauWebScreenshot
My package description. |
|
WebScreenshot
My package description. |
|
EChartsGen
Create ECharts Graphic in native .Net environment |
GitHub repositories
This package is not used by any popular GitHub repositories.
v.1.0.3 changes:
- fixed exception handling issue with RunScriptAsync
- now PhantomJS implements IDisposable (Dispose kills phantomjs process if needed)
- now NReco.PhantomJS is a signed assembly
- PhantomJS nuget package dependency changed to latest 2.1.1 (wrapper still can work with 2.0.0)
v.1.0.2 changes:
- added RunAsync and RunScriptAsync overloads for asynchronous PhantomJs execution
- added WriteLine and WriteEnd methods for writing data to PhantomJS stdin (alternative to providing input stream)
- added TempFilesPath property for specifying custom temp files location (in some environments path returned by Path.GetTempPath() is not writable).