puppeteer-core

v1.17.0
A high-level API to control headless Chrome over the DevTools Protocol

doc

node utils/doclint/cli.js

tsc

tsc -p .

lint

([ "$CI" = true ] && eslint --quiet -f codeframe . || eslint .) && npm run tsc && npm run doc

test

npm run lint --silent && npm run coverage && npm run test-doclint && npm run test-node6-transformer && npm run test-types

unit

node test/test.js

build

node utils/node6-transform/index.js && node utils/doclint/generate_types

funit

BROWSER=firefox node test/test.js

bundle

npx browserify -r ./index.js:puppeteer -o utils/browser/puppeteer-web.js

install

node install.js

coverage

cross-env COVERAGE=true npm run unit

debug-unit

node --inspect-brk test/test.js

test-types

node utils/doclint/generate_types && npx -p [email protected] tsc -p utils/doclint/generate_types/test/

unit-node6

node node6/test/test.js

unit-bundle

node utils/browser/test.js

test-doclint

node utils/doclint/check_public_api/test/test.js && node utils/doclint/preprocessor/test.js

prepublishOnly

npm run build

apply-next-version

node utils/apply_next_version.js

test-node6-transformer

node utils/node6-transform/test/test.js

Metadata

  • Apache-2.0
  • >=6.4.0
  • The Chromium Authors
  • released 5/24/2019

Downloads

Maintainers