</>PackageGraphPackageGraph

webdriverio

npmv9.31.7TypeScript

Next-gen browser and mobile automation test framework for Node.js

Adopt with care

webdriverio is usable, with caveats. Pulls in 113 transitive packages, about 30 MB installed (at least — some of the tree is still being crawled).

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

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 2 days ago. 50 releases in the last 2 years.

  • DWeight: grade D, Poor — a real concern.

    Pulls in 113 transitive packages, about 30 MB installed (at least — some of the tree is still being crawled).

  • ASupply chain: grade A, Excellent.

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

  • ALicense: grade A, Excellent.

    MIT — 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 webdriverio to a project.

25
Direct dependencies

Runtime packages this one declares itself.

113
Total installed

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

30 MB
Install size

Unpacked size of this package plus its entire runtime tree.

5
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Licenses in the dependency tree

(MIT AND Zlib)(MIT OR CC0-1.0)(MIT OR GPL-3.0-or-later)Apache-2.0BSD-2-ClauseBSD-3-ClauseBlueOak-1.0.0ISCMIT

Every license you inherit by installing webdriverio, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node >=18.20.0
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the webdriverio README.

import { remote } from 'webdriverio'

const browser = await remote({
    capabilities: { browserName: 'chrome' }
})

await browser.navigateTo('https://www.google.com/ncr')

const searchInput = await browser.$('#lst-ib')
await searchInput.setValue('WebdriverIO')

const searchBtn = await browser.$('input[value="Google Search"]')
await searchBtn.click()
Example truncated — see the full README.

webdriverio vs the alternatives

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

PackageWeekly downloadsDependentsLicenseLast release
webdriveriothis page03MIT2 days ago
safaridriver01MIT1 day ago
jest42.1M70MIT1 day ago
jest-cli03MIT1 day ago
@wdio/utils03MIT1 day ago
@wdio/repl01MIT1 day ago

Dependencies

Declared by webdriverio v9.31.7. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (7)

@sinonjs/fake-timers ^14.0.0@types/archiver ^6.0.2@types/aria-query ^5.0.4@types/lodash.clonedeep ^4.5.9@types/lodash.zip ^4.2.9puppeteer-core ^24.12.1safe-stable-stringify ^2.4.3

Used by

Popular packages that depend on webdriverio.

Relationship graph

Dependencies (left) and dependents (right) of webdriverio.

Frequently installed together

Release history

50 releases in the last two years, typically about 8 days apart.

Recent versions of webdriverio
VersionPublishedSizeLicense
9.31.7latest2 days ago1.5 MBMIT
9.31.63 days ago1.5 MBMIT
9.31.511 days ago1.5 MBMIT
9.31.413 days ago1.5 MBMIT
9.31.316 days ago1.5 MBMIT
9.31.220 days ago1.5 MBMIT
9.31.122 days ago1.5 MBMIT
9.30.11 month ago1.5 MBMIT
9.30.01 month ago1.5 MBMIT
9.29.12 months ago1.5 MBMIT
9.29.02 months ago1.5 MBMIT
9.28.03 months ago1.5 MBMIT
9.27.23 months ago1.4 MBMIT
9.27.14 months ago1.4 MBMIT
9.27.05 months ago1.4 MBMIT

Overview

webdriverio is an npm package that next-gen browser and mobile automation test framework for Node.js. It has 3 known dependents in the graph. The latest version is 9.31.7, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need next-gen browser and mobile automation test framework for Node.js and value a focused solution.

When not to use it

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

Pros

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

Cons

  • Large dependency tree (33 direct dependencies) increases install size and audit surface.

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

Maintainers

Keywords

Frequently asked questions

Should I use webdriverio?

webdriverio is usable, with caveats. Pulls in 113 transitive packages, about 30 MB installed (at least — some of the tree is still being crawled).

How do I install webdriverio?

Run `npm install webdriverio` to add webdriverio to your npm project.

How many dependencies does webdriverio have?

webdriverio declares 33 direct dependencies and pulls in 113 packages in total once its runtime tree is resolved totalling about 30 MB on disk.

What license is webdriverio released under?

webdriverio is distributed under the MIT license. Its dependency tree also includes: (MIT AND Zlib), (MIT OR CC0-1.0), (MIT OR GPL-3.0-or-later), Apache-2.0, BSD-2-Clause, BSD-3-Clause, BlueOak-1.0.0, ISC, MIT.

How popular is webdriverio?

npm does not publish download counts. Within PackageGraph's crawl, 3 known packages depend on webdriverio.

Is webdriverio still maintained?

The most recent release of webdriverio (v9.31.7) was published 2 days ago.

Does webdriverio run install scripts?

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