Selenium.WebDriver.ChromeDriver 2.9.0.1-beta3
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" をソース管理リポジトリに登録する必要はありません。
                    No packages depend on Selenium.WebDriver.ChromeDriver.
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.
                        This package has no dependencies.