PhantomJS 1.9.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package PhantomJS --version 1.9.6
NuGet\Install-Package PhantomJS -Version 1.9.6
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="1.9.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PhantomJS --version 1.9.6
#r "nuget: PhantomJS, 1.9.6"
#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=1.9.6

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

Latest PhantomJS executable

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on PhantomJS:

Package Downloads
NReco.PhantomJS The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

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.

phantomjs.exe

This package is now DEPRECATED in favor of the PhantomJS package

Selenium.Helper

This package contains .NET helper classes to make the creation of Selenium tests easier. It contains a Connector class that supports various initializations of the Driver. It also contains a utility class to assist in working with elements.

Sitecore.TestRunnerJS

Javascript test runner

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.1.1 2,708,148 2/2/2016
2.0.0 406,252 2/4/2015
1.9.8 364,904 10/30/2014
1.9.7 258,582 1/29/2014
1.9.6 1,613 1/23/2014
1.9.2 81,497 9/21/2013

Fixes in 1.9.6:
- Updated GhostDriver to version 1.1.1

Fixes in 1.9.3:
- Fixed CoreText performance note on OS X 10.9
- Fixed warning of obsolete userSpaceScaleFactor on OS X 10.9