Skip to content

Test

Status: PASS (package install, 2026-06-30)

Commands run

bash
npm install webdriverio

Then:

bash
node -e "const p = require('./node_modules/webdriverio/package.json'); console.log(p.name + '@' + p.version)"

Actual output

webdriverio@9.29.1

Note

The geckodriver postinstall script was flagged as needing npm approve-scripts. Browser launch requires a browser binary and a display and was not tested in this environment. The package.json version check confirms the package installed and resolves correctly.