Selenium.WebDriver.ChromeDriver 2.15.0

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

// Install Selenium.WebDriver.ChromeDriver as a Cake Tool
#tool nuget:?package=Selenium.WebDriver.ChromeDriver&version=2.15.0

Install Chrome Driver(Win32) for Selenium WebDriver into your Unit Test Project.
     "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" をソース管理リポジトリに登録する必要はありません。
     / The installing/uninstalling script codes that contained this package are free and unencumbered software released into the public domain.
     / "chromedriver.exe" is licensed under the New BSD License.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.15.0 7,201 4/1/2015
2.14.0.1-beta 145 3/6/2015
2.14.0 4,227 3/3/2015
2.13.0 4,862 1/6/2015
2.12.0 6,859 10/30/2014
2.10.0.1-beta2 1,076 8/14/2014
2.10.0.1-beta 49 8/14/2014
2.10.0 7,395 5/8/2014
2.9.0.1 1,448 4/7/2014
2.9.0.1-beta3 43 4/5/2014
2.9.0.1-beta2 44 4/3/2014
2.9.0 295 3/27/2014
2.8.0 1,061 1/24/2014
2.3.0 1,051 9/7/2013
2.2.0 63 8/28/2013

v.2.15.0.0
     - Chrome Driver 2.15 release
     v.2.14.0.1
     - Include chromedriver.exe in this package, no downloading during package instllation.
     v.2.14.0.0
     - Chrome Driver 2.14 release
     v.2.13.0.0
     - Chrome Driver 2.13 release
     v.2.12.0.0
     - Chrome Driver 2.12 release
     v.2.10.0.1
     - Fix: Installing this package was fail when .csproj file and packages folder are in a same folder.
     v.2.10
     - Chrome Driver 2.10 release
     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.