Selenium.WebDriver.ChromeDriver
2.10.0.1-beta2
See the version list below for details.
dotnet add package Selenium.WebDriver.ChromeDriver --version 2.10.0.1-beta2
NuGet\Install-Package Selenium.WebDriver.ChromeDriver -Version 2.10.0.1-beta2
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="2.10.0.1-beta2" />
paket add Selenium.WebDriver.ChromeDriver --version 2.10.0.1-beta2
#r "nuget: Selenium.WebDriver.ChromeDriver, 2.10.0.1-beta2"
// Install Selenium.WebDriver.ChromeDriver as a Cake Addin #addin nuget:?package=Selenium.WebDriver.ChromeDriver&version=2.10.0.1-beta2&prerelease // Install Selenium.WebDriver.ChromeDriver as a Cake Tool #tool nuget:?package=Selenium.WebDriver.ChromeDriver&version=2.10.0.1-beta2&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" をソース管理リポジトリに登録する必要はありません。
/ 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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (44)
Showing the top 5 popular GitHub repositories that depend on Selenium.WebDriver.ChromeDriver:
Repository | Stars |
---|---|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
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.
|
Version | Downloads | Last updated |
---|---|---|
2.15.0 | 1,940 | 4/1/2015 |
2.14.0.1-beta | 146 | 3/6/2015 |
2.14.0 | 2,425 | 3/3/2015 |
2.13.0 | 4,033 | 1/6/2015 |
2.12.0 | 5,595 | 10/30/2014 |
2.10.0.1-beta2 | 1,078 | 8/14/2014 |
2.10.0.1-beta | 51 | 8/14/2014 |
2.10.0 | 7,964 | 5/8/2014 |
2.9.0.1 | 1,450 | 4/7/2014 |
2.9.0.1-beta3 | 45 | 4/5/2014 |
2.9.0.1-beta2 | 46 | 4/3/2014 |
2.9.0 | 755 | 3/27/2014 |
2.8.0 | 3,491 | 1/24/2014 |
2.3.0 | 4,776 | 9/7/2013 |
2.2.0 | 99 | 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.