goose-chrome-environment

1.1.4 • Public • Published

Goose Chrome Environment

Build Status Latest Stable Version Total Downloads

Environment for Goose Parser which allows to run it in Chromium via Puppeteer API

ChromeEnvironment

This environment is used for running Parser with chrome headless.

const env = new ChromeEnvironment({
    url: 'http://google.com',
});

The main and only required parameter is url. It contains an url address of the site, where Parser will start.

This environment allows:

  • execute dynamic JavaScript on the page
  • use single proxy
  • perform snapshots
  • and more sweet features

Dependents (0)

Package Sidebar

Install

npm i goose-chrome-environment

Weekly Downloads

3

Version

1.1.4

License

SEE LICENSE IN LICENSE

Unpacked Size

19.7 kB

Total Files

4

Last publish

Collaborators

  • mazahaca