AsyncFirefoxDriver 1.2.6

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

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

AsyncFirefoxDriver

It is Firefox driver. It connects directly to Marionette and is async from this connection. No need in geckodriver.exe. AsyncFirefoxDriver implements IAsyncWebBrowserClient interfaces and can be used as AsyncWebDriver.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  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 (2)

Showing the top 2 NuGet packages that depend on AsyncFirefoxDriver:

Package Downloads
AsyncFirefoxDriverExtensions

AsyncFirefoxDriver extensions

AsyncFirefoxDriver.SeleniumAdapter

Adapter to run Selenium tests through AsyncFirefoxDriver

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.12 2,192 11/3/2017
1.3.9 1,854 10/21/2017
1.3.8 1,162 10/20/2017
1.3.6 1,205 10/13/2017
1.3.5 1,167 10/12/2017
1.3.4 1,584 10/9/2017
1.3.3 1,184 10/9/2017
1.3.2 1,365 10/6/2017
1.3.1 1,150 10/6/2017
1.2.12 1,139 10/4/2017
1.2.11 1,266 10/4/2017
1.2.10 1,173 10/2/2017
1.2.9 1,674 10/2/2017
1.2.8 1,208 10/2/2017
1.2.7 1,212 9/28/2017
1.2.6 1,447 9/27/2017
1.2.4 1,167 9/27/2017
1.2.3 1,195 9/20/2017
1.2.2 1,183 9/20/2017
1.2.1 1,334 9/19/2017
1.1.4 1,171 8/26/2017
1.1.3 1,171 8/16/2017
1.1.2 1,203 8/8/2017
1.1.1 1,237 8/1/2017
1.0.16 1,778 7/21/2017
1.0.15 1,188 7/16/2017
1.0.14 1,951 6/7/2017
1.0.12 1,241 5/22/2017
1.0.11 1,240 5/22/2017
1.0.10 1,094 5/20/2017
1.0.9 1,075 5/14/2017

JavaScript, SwitchToFrame fix