NReco.PhantomJS 1.0.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NReco.PhantomJS" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NReco.PhantomJS --version 1.0.3
#r "nuget: NReco.PhantomJS, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.1.0 6,697 5/4/2023
1.0.4 324,283 6/2/2017
1.0.3 184,262 2/24/2016
1.0.2 52,569 8/3/2015
1.0.1 7,925 4/5/2015

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).