chromes
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Chromes

A simple and typesafe chrome automation library 🌹

Ships with TypeScript definitions ❤️

This is just a convinience wrapper around puppeteer to standardize common patterns used for testing.

Install

npm install puppeteer @types/puppeteer chromes -D

Usage

import * as chs from 'chromes';

chs.launch().then(async ({browser, page}) => {
  // Use puppeteer's browser / page objects. 
});

Puppeter Docs

Readme

Keywords

none

Package Sidebar

Install

npm i chromes

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • basarat