Selenium.WebDriver.ChromeDriver 2.9.0.1-beta3

This is a prerelease version of Selenium.WebDriver.ChromeDriver.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Selenium.WebDriver.ChromeDriver --version 2.9.0.1-beta3
NuGet\Install-Package Selenium.WebDriver.ChromeDriver -Version 2.9.0.1-beta3
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="Selenium.WebDriver.ChromeDriver" Version="2.9.0.1-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Selenium.WebDriver.ChromeDriver --version 2.9.0.1-beta3
#r "nuget: Selenium.WebDriver.ChromeDriver, 2.9.0.1-beta3"
#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 Selenium.WebDriver.ChromeDriver as a Cake Addin
#addin nuget:?package=Selenium.WebDriver.ChromeDriver&version=2.9.0.1-beta3&prerelease

// Install Selenium.WebDriver.ChromeDriver as a Cake Tool
#tool nuget:?package=Selenium.WebDriver.ChromeDriver&version=2.9.0.1-beta3&prerelease

Download and install Chrome Driver(Win32) for Selenium WebDriver into your Unit Test Project on the fly.
     "chromedriver.exe" added as a linked project item, and copied to bin folder at the build.
     NuGet package restoring ready, and no need to commit "chromedriver.exe" binary into source code control repository.
     / Selenium WebDriver用 Chrome Driver(Win32) をその場でダウンロードし単体テストプロジェクトに追加します。
     "chromedriver.exe" はリンクされたアイテムとしてプロジェクトに追加され、ビルド時に bin フォルダにコピーされます。
     NuGet パッケージの復元に対応済み、"chromedriver.exe" をソース管理リポジトリに登録する必要はありません。

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (42)

Showing the top 5 popular GitHub repositories that depend on Selenium.WebDriver.ChromeDriver:

Repository Stars
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Version Downloads Last updated
2.20.0 11,263 10/9/2015
2.19.0 5,678 9/6/2015
2.18.0 5,099 8/22/2015
2.17.0 1,569 8/12/2015
2.16.0 5,277 6/27/2015
2.15.0 14,257 4/1/2015
2.14.0.1-beta 195 3/6/2015
2.14.0 8,096 3/3/2015
2.13.0 9,775 1/6/2015
2.12.0 13,642 10/30/2014
2.10.0.1-beta2 1,123 8/14/2014
2.10.0.1-beta 82 8/14/2014
2.10.0 16,270 5/8/2014
2.9.0.1 3,902 4/7/2014
2.9.0.1-beta3 86 4/5/2014
2.9.0.1-beta2 87 4/3/2014
2.9.0 1,168 3/27/2014
2.8.0 4,753 1/24/2014
2.3.0 6,033 9/7/2013
2.2.0 207 8/28/2013

v.2.9.0.1
     - HTTP proxy settings are available now.(1. HTTP_PROXY environment variable, 2. NuGet configuration)
     - Fix: Occur exception at Add-Type in init.ps1 when installing the package.