Socket
Book a DemoInstallSign in
Socket

chromes

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromes

A simple and typesafe chrome automation library 🌹

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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

  • https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md

FAQs

Package last updated on 18 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts