IAsyncWebBrowserClient 0.1.9

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

// Install IAsyncWebBrowserClient as a Cake Tool
#tool nuget:?package=IAsyncWebBrowserClient&version=0.1.9

IAsyncWebBrowserClient

Interfaces for .Net Browser Drivers and WebDriver

Browser Drivers implement IAsyncWebBrowserClient interfaces and AsyncWebDriver use browser drivers via IAsyncWebBrowserClient interfaces.
AsyncChromeDriver NuGet is Chrome WebDriver and Chrome DevTools in one library.
It connects directly to Chrome DevTools and is async from this connection. No need in chromedriver.exe.
AsyncOperaDriver NuGet based on AsyncChromeDriver
AsyncFirefoxDriver NuGet connects directly to Marionette and is async from this connection. No need in geckodriver.exe.
AsyncWebDriver is async and is different from Selenium. SyncWebDriver is synchronous wrapper over AsyncWebDriver.
SeleniumAdapter is adapter of Selenium interfaces to SyncWebDriver. So we can run Selenium tests on AsyncWebDriver.
SeleniumAdapterSyncWebDriverAsyncWebDriverAsyncChromeDriver
Here is Unit Tests results.
Join the chat at https://gitter.im/AsyncWebDriver/Lobby

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 (1)

Showing the top 1 NuGet packages that depend on IAsyncWebBrowserClient:

Package Downloads
AsyncWebDriver

Async WebDriver is base for different WebBrowser drivers

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.6 2,496 3/27/2022
0.2.5 635 3/27/2022
0.2.4 662 3/27/2022
0.2.3 3,054 1/26/2020
0.2.1 3,449 12/8/2018
0.1.10 9,197 10/18/2017
0.1.9 7,168 10/6/2017
0.1.8 4,609 10/1/2017
0.1.7 1,838 9/28/2017
0.1.6 1,224 9/28/2017
0.1.5 2,502 9/25/2017
0.1.4 999 9/25/2017
0.1.3 2,423 9/20/2017
0.1.2 959 9/20/2017
0.1.1 1,660 9/20/2017
0.1.0 2,258 9/19/2017

FindElement variants