NodeRED nodes to control a headless chrome/chromium browswer with puppeteer.
You'll usually use nodes in this order:
launch -> new page -> goto -> selector/click/screenshot/etc
You can specify the location of your chrome/chromium browser in launch
node.
To learn how to use puppeteer, see it's documentation.
npm install https://github.com/nileio/node-red-contrib-puppeteer-core-chromium --save