AsyncChromeDriver 0.5.3

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

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

AsyncChromeDriver

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.
AsyncChromeDriver implements IAsyncWebBrowserClient and can be used as AsyncWebDriver.
It also has DevTools property and you can easily use Chrome DevTools from your .Net app.
Join the chat at https://gitter.im/AsyncWebDriver/Lobby

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 AsyncChromeDriver:

Package Downloads
AsyncOperaDriver

Opera WebDriver and Opera DevTools through a single connection

AsyncChromeDriver.SeleniumAdapter

Adapter to run Selenium tests through AsyncChromeDriver

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.8 1,954 3/27/2022
0.5.7 488 3/27/2022
0.5.6 2,167 1/26/2020
0.5.5 1,767 5/6/2019
0.5.4 1,095 1/30/2019
0.5.3 990 12/10/2018
0.5.2 1,105 12/8/2018
0.4.7 938 11/21/2018
0.4.6 1,012 11/4/2018
0.4.5 1,316 6/2/2018
0.4.4 1,204 4/19/2018
0.4.3 1,195 3/7/2018
0.4.2 1,198 3/3/2018
0.4.1 1,262 3/3/2018
0.3.15 1,397 10/22/2017
0.3.14 2,514 10/21/2017
0.3.12 1,188 10/18/2017
0.3.11 1,177 10/18/2017
0.3.10 1,372 10/18/2017
0.3.9 1,194 10/18/2017
0.3.8 1,377 10/13/2017
0.3.7 1,387 10/13/2017
0.3.6 1,216 10/12/2017
0.3.5 1,162 10/11/2017
0.3.4 1,363 10/10/2017
0.3.3 1,494 10/9/2017
0.3.2 1,661 10/9/2017
0.3.1 1,173 10/6/2017
0.2.10 1,189 10/5/2017
0.2.9 1,312 10/2/2017
0.2.8 2,116 10/1/2017
0.2.7 1,371 9/28/2017
0.2.6 1,520 9/25/2017
0.2.5 1,185 9/23/2017
0.2.4 1,191 9/21/2017
0.2.3 1,244 9/20/2017
0.2.2 1,203 9/20/2017
0.2.1 1,392 9/19/2017
0.1.13 1,233 9/5/2017
0.1.12 1,216 9/4/2017
0.1.11 1,210 9/2/2017
0.1.10 1,588 8/26/2017
0.1.9 1,211 8/25/2017
0.1.8 1,220 8/24/2017
0.1.7 1,227 8/23/2017
0.1.6 1,278 8/23/2017
0.1.5 1,372 8/16/2017
0.1.4 1,409 8/16/2017
0.1.3 1,201 8/16/2017
0.1.2 1,208 8/8/2017
0.1.1 1,106 8/2/2017

Added .NET Standard 2.0 support