</>PackageGraphPackageGraph

webdriver-bidi-protocol

npmv0.4.3TypeScript

This repository contains TypeScript types conforming to the [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) specification. It also supports WebDriver BiDi extension modules defined in other specifications:

Safe to adopt

Yes — webdriver-bidi-protocol scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 15 days ago. 38 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 15 days ago. 38 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 255 KB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 2 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    Apache-2.0 — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding webdriver-bidi-protocol to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

255 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
No constraint declared
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the webdriver-bidi-protocol README.

import {Commands} from 'webdriver-bidi-protocol';

async function sendCommand<T extends keyof Commands>(
  method: T,
  params: Commands[T]['params']
): {result: Commands[T]['returnType']} {
  // Implementation for sending the data using WebSockets.
}

// Now TypeScript validates that the params match the spec for 'browsingContext.print'.
await sendCommand('browsingContext.print', {context: 'xxx'});

webdriver-bidi-protocol vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
webdriver-bidi-protocolthis page01Apache-2.015 days ago
bser34M1Apache-2.01 day ago
@wdio/repl01MIT1 day ago
@wdio/types05MIT1 day ago
@wdio/utils03MIT1 day ago
webdriver01MIT1 day ago

Dependencies

Declared by webdriver-bidi-protocol v0.4.3. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (6)

@types/node ^26.3.0parse5 ^8.0.1prettier 3.9.6ts-morph 28.0.0tsd 0.33.0typescript 6.0.3

Used by

Popular packages that depend on webdriver-bidi-protocol.

Relationship graph

Dependencies (left) and dependents (right) of webdriver-bidi-protocol.

puppeteer-corewebdriver-bidi-pr…
webdriver-bidi-protocol dependencies dependents

Frequently installed together

Release history

38 releases in the last two years, typically about 5 days apart.

Recent versions of webdriver-bidi-protocol
VersionPublishedSizeLicense
0.4.3latest15 days ago255 KBApache-2.0
0.4.23 months ago243 KBApache-2.0
0.4.17 months ago240 KBApache-2.0
0.4.07 months ago239 KBApache-2.0
0.3.117 months ago234 KBApache-2.0
0.3.109 months ago232 KBApache-2.0
0.3.99 months ago230 KBApache-2.0
0.3.811 months ago229 KBApache-2.0
0.3.711 months ago227 KBApache-2.0
0.3.611 months ago244 KBApache-2.0
0.3.511 months ago234 KBApache-2.0
0.3.411 months ago234 KBApache-2.0
0.3.311 months ago234 KBApache-2.0
0.3.211 months ago233 KBApache-2.0
0.3.111 months ago232 KBApache-2.0

Overview

webdriver-bidi-protocol is an npm package that this repository contains TypeScript types conforming to the [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) specification. It also supports WebDriver BiDi extension modules defined in other specifications:. It has 1 known dependents in the graph. The latest version is 0.4.3, released under the Apache-2.0 license.

Who should use it

Teams working in the npm ecosystem who need this repository contains TypeScript types conforming to the [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) specification. It also supports WebDriver BiDi extension modules defined in other specifications: and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (Apache-2.0).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use webdriver-bidi-protocol?

Yes — webdriver-bidi-protocol scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 15 days ago. 38 releases in the last 2 years.

How do I install webdriver-bidi-protocol?

Run `npm install webdriver-bidi-protocol` to add webdriver-bidi-protocol to your npm project.

What license is webdriver-bidi-protocol released under?

webdriver-bidi-protocol is distributed under the Apache-2.0 license.

How popular is webdriver-bidi-protocol?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on webdriver-bidi-protocol.

Is webdriver-bidi-protocol still maintained?

The most recent release of webdriver-bidi-protocol (v0.4.3) was published 15 days ago.

Does webdriver-bidi-protocol run install scripts?

No. webdriver-bidi-protocol does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.