AsyncFirefoxDriver.SeleniumAdapter 0.1.1

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

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

AsyncFirefoxDriver.SeleniumAdapter

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

Usage

Install AsyncFirefoxDriver.SeleniumAdapter via NuGet

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

PM  Install-Package AsyncFirefoxDriver.SeleniumAdapter

Change

using OpenQA.Selenium.Firefox;
to
using Zu.AsyncFirefoxDriver.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,410 10/21/2017
0.1.6 944 10/9/2017
0.1.4 934 10/9/2017
0.1.3 914 10/2/2017
0.1.2 936 10/2/2017
0.1.1 922 10/2/2017

Initial release.