NHtmlUnit 2.14.0-alpha1

This is a prerelease version of NHtmlUnit.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NHtmlUnit --version 2.14.0-alpha1
                    
NuGet\Install-Package NHtmlUnit -Version 2.14.0-alpha1
                    
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="NHtmlUnit" Version="2.14.0-alpha1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NHtmlUnit" Version="2.14.0-alpha1" />
                    
Directory.Packages.props
<PackageReference Include="NHtmlUnit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NHtmlUnit --version 2.14.0-alpha1
                    
#r "nuget: NHtmlUnit, 2.14.0-alpha1"
                    
#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.
#addin nuget:?package=NHtmlUnit&version=2.14.0-alpha1&prerelease
                    
Install NHtmlUnit as a Cake Addin
#tool nuget:?package=NHtmlUnit&version=2.14.0-alpha1&prerelease
                    
Install NHtmlUnit as a Cake Tool

NHtmlUnit is a .NET wrapper of HtmlUnit; a "GUI-less browser for Java programs". It allows you to write code to test web applications with a headless, automated browser.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
    • IKVM (>= 7.3.4830)

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.50.0 7,841 6/6/2021
2.19.0 33,280 11/24/2016
2.15.1-appveyor-build0001 1,038 11/24/2016
2.15.0 22,304 7/11/2014
2.14.1 2,078 5/7/2014
2.14.0 1,966 3/13/2014
2.14.0-alpha1 1,198 3/10/2014
2.13.0.4 2,910 11/30/2013
2.13.0.2 1,766 11/5/2013
2.12.0 2,735 4/3/2013
2.10.0 2,823 9/7/2012
2.9.0 2,847 12/12/2011

Updated to version 2.14.0.0 of HtmlUnit.