PhantomJS 2.0.0

dotnet add package PhantomJS --version 2.0.0
NuGet\Install-Package PhantomJS -Version 2.0.0
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="PhantomJS" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PhantomJS --version 2.0.0
#r "nuget: PhantomJS, 2.0.0"
#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 PhantomJS as a Cake Addin
#addin nuget:?package=PhantomJS&version=2.0.0

// Install PhantomJS as a Cake Tool
#tool nuget:?package=PhantomJS&version=2.0.0

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on PhantomJS:

Repository Stars
jwaliszko/ExpressiveAnnotations
Annotation-based conditional validation library.
Orckestra/C1-CMS-Foundation
C1 CMS Foundation - .NET based, open source and a bundle of joy!
TestStack/TestStack.Seleno
Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
Version Downloads Last updated
2.0.0 25,348 2/4/2015
1.9.8 11,122 10/30/2014
1.9.7 18,083 1/29/2014
1.9.6 93 1/23/2014
1.9.2 6,673 9/21/2013

New features

 - Switched to Qt 5 and updated WebKit (issue 10448)
 - Implemented clearing of memory cache (issue 10357)
 - Added support for HTTP header change for every request (issue 11299)

Improvements

 - Fixed rendering of CJK text by always linking the codecs (issue 10249)
 - Ensured onResourceReceived is still fired on an error (issue 11163)
 - Fixed possible crash in handling network requests (issue 11252)
 - Removed hardcoded GhostDriver launching message (issue 12681)
 - Allowed disk cache more than 2 GB (issue 12303)

Examples

 - Netsniff example should exit when fails to load (issue 11333)