Selenium.WebDriver.ChromeDriver 2.10.0.1-beta

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.10.0.1-beta
                    
NuGet\Install-Package Selenium.WebDriver.ChromeDriver -Version 2.10.0.1-beta
                    
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.10.0.1-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Selenium.WebDriver.ChromeDriver" Version="2.10.0.1-beta" />
                    
Directory.Packages.props
<PackageReference Include="Selenium.WebDriver.ChromeDriver" />
                    
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 Selenium.WebDriver.ChromeDriver --version 2.10.0.1-beta
                    
#r "nuget: Selenium.WebDriver.ChromeDriver, 2.10.0.1-beta"
                    
#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.
#:package Selenium.WebDriver.ChromeDriver@2.10.0.1-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Selenium.WebDriver.ChromeDriver&version=2.10.0.1-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Selenium.WebDriver.ChromeDriver&version=2.10.0.1-beta&prerelease
                    
Install as a Cake Tool

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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.20.0 11,266 10/9/2015
2.19.0 5,680 9/6/2015
2.18.0 5,099 8/22/2015
2.17.0 1,571 8/12/2015
2.16.0 5,279 6/27/2015
2.15.0 14,257 4/1/2015
2.14.0.1-beta 198 3/6/2015
2.14.0 8,097 3/3/2015
2.13.0 9,776 1/6/2015
2.12.0 13,644 10/30/2014
2.10.0.1-beta2 1,124 8/14/2014
2.10.0.1-beta 83 8/14/2014
2.10.0 16,271 5/8/2014
2.9.0.1 3,902 4/7/2014
2.9.0.1-beta3 87 4/5/2014
2.9.0.1-beta2 89 4/3/2014
2.9.0 1,168 3/27/2014
2.8.0 4,753 1/24/2014
2.3.0 6,035 9/7/2013
2.2.0 208 8/28/2013

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.