earthtoday-nodered-puppeteer-core-chromium

0.0.1 • Public • Published

earthtoday-nodered-puppeteer-core-chromium

This is a forked of node-red-contrib-puppeteer-core-chromium

Get started

Install

npm i earthtoday-nodered-puppeteer-core-chromium

Get stack size

ulimit -s

Set stack size to prevent puppeteer-core error callstack exceeded

node --stack-size=4096

Pre-install chromium, you can specify the location of your chrome/chromium browser in launch node.

E.g /usr/bin/chromium-browser

Using alpine docker

apk --no-cache add chromium

Flow

launch -> new page -> goto -> selector/click/screenshot/etc

To learn how to use puppeteer, see it's documentation.

Package Sidebar

Install

npm i earthtoday-nodered-puppeteer-core-chromium

Repository

github.com

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

38.7 kB

Total Files

34

Last publish

Collaborators

  • earthtoday