![]() |
VOOZH | about |
dotnet add package WebDriverBiDi --version 0.0.54
NuGet\Install-Package WebDriverBiDi -Version 0.0.54
<PackageReference Include="WebDriverBiDi" Version="0.0.54" />
<PackageVersion Include="WebDriverBiDi" Version="0.0.54" />Directory.Packages.props
<PackageReference Include="WebDriverBiDi" />Project file
paket add WebDriverBiDi --version 0.0.54
#r "nuget: WebDriverBiDi, 0.0.54"
#:package WebDriverBiDi@0.0.54
#addin nuget:?package=WebDriverBiDi&version=0.0.54Install as a Cake Addin
#tool nuget:?package=WebDriverBiDi&version=0.0.54Install as a Cake Tool
A .NET client library for the WebDriver BiDi protocol
This package contains a library that is a .NET client for the WebDriver BiDi protocol specification. It also includes support for other modules implementing support for the WebDriver BiDi protocol, but not included in that specification, such as the Permissions specification. This spec is in progress, and features are added to the library as the specification changes.
The library allows a user to automate a browser using WebDriver BiDi, standard protocol developed and maintained under the auspices of the World Wide Web Consortium (W3C). The protocol is implemented by browser vendors as part of the Web Platform as a direct alternative to proprietary options like the Chrome DevTools Protocol. It allows scenarios like:
WebDriver BiDi uses JSON payloads across a websocket connection to communicate with the browser to execute commands and receive responses and events. This library manages the communication across the websocket and serializing and deserializing the JSON payloads. Consumers of this library should note that a general principle about the .NET API contained herein that objects received from the remote end (browser) of the connection are immutable; the data contained within cannot be modified. Objects being sent from the local end to the remote end are intended to have settable properties to shape the proper values sent across the connection.
It is important to note some of the things this library is explicitly not intended for.
To use the library, you can create and start a WebDriver BiDi session using code similar to the following:
using WebDriverBiDi;
// Assumes the browser is running with a WebSocket listening for
// WebDriver BiDi traffic. Note that your URL will be different here.
string webSocketUrl = "ws://localhost:5555";
// Set a timeout of 10 seconds for command responses.
BiDiDriver driver = new(TimeSpan.FromSeconds(10));
await driver.StartAsync(webSocketUrl);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 3 NuGet packages that depend on WebDriverBiDi:
| Package | Downloads |
|---|---|
|
PuppeteerSharp
Headless Browser .NET API |
|
|
WebDriverBiDi.Logging
Microsoft.Extensions.Logging integration for the WebDriver BiDi .NET client library. Provides ILogger support for WebDriver BiDi diagnostic events. |
|
|
Vibium
A .NET client library for the Vibium project. |
Showing the top 1 popular GitHub repositories that depend on WebDriverBiDi:
| Repository | Stars |
|---|---|
|
hardkoded/puppeteer-sharp
Headless Chrome .NET API
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.54 | 1,746 | 5/11/2026 |
| 0.0.53 | 1,102 | 5/4/2026 |
| 0.0.52 | 181 | 4/30/2026 |
| 0.0.51 | 242 | 4/28/2026 |
| 0.0.50 | 385 | 4/26/2026 |
| 0.0.49 | 169,753 | 3/29/2026 |
| 0.0.48 | 269 | 3/25/2026 |
| 0.0.47 | 6,010 | 3/12/2026 |
| 0.0.46 | 401 | 3/8/2026 |
| 0.0.45 | 454,111 | 3/4/2026 |
| 0.0.43 | 227,970 | 2/16/2026 |
| 0.0.40 | 475 | 1/12/2026 |
| 0.0.39 | 355 | 12/16/2025 |
| 0.0.38 | 293 | 12/13/2025 |
| 0.0.37 | 257 | 12/6/2025 |
| 0.0.36 | 164 | 12/6/2025 |
| 0.0.35 | 716 | 12/2/2025 |
| 0.0.34 | 347 | 11/21/2025 |
| 0.0.33 | 323 | 11/12/2025 |
| 0.0.32 | 2,670 | 10/20/2025 |