AsyncChromeDriver.SeleniumAdapter 0.1.5

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

// Install AsyncChromeDriver.SeleniumAdapter as a Cake Tool
#tool nuget:?package=AsyncChromeDriver.SeleniumAdapter&version=0.1.5

AsyncChromeDriver.SeleniumAdapter

Adapter to run Selenium tests through AsyncChromeDriver.
It is experimental project, firstly for testing my other projects: IAsyncWebBrowserClient, AsyncChromeDriver, AsyncWebDriver.

Usage

Install AsyncChromeDriver.SeleniumAdapter via NuGet

Remove Selenium.WebDriver from NuGet References,
Add AsyncChromeDriver.SeleniumAdapter from NuGet

PM  Install-Package AsyncChromeDriver.SeleniumAdapter

Change

using OpenQA.Selenium.Chrome;
to
using Zu.AsyncChromeDriver.SeleniumAdapter
Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.1.7 1,800 10/21/2017
0.1.6 967 10/9/2017
0.1.5 1,047 10/9/2017
0.1.4 935 10/2/2017
0.1.3 897 10/1/2017
0.1.2 1,031 9/28/2017
0.1.1 937 9/26/2017

Reference update.