0.0.3 • Published 6 years ago

chromes v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago