0.0.3 • Published 8 years ago

chromes v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago