Live data from Hacker News

Puppeteer: Headless Chrome Node API

github.com

101–105 of 105 posts

Re: Puppeteer: Headless Chrome Node API

#103
Using puppeteer to call google seach the keywords "chrome puppeteer will return link to this HN page itself. :-)

This github page was generated by a markdown file created by a test.js running in a Puppeteer docker container:

https://ontouchstart.github.io/170817/home/puppeteer-test/

Re: Puppeteer: Headless Chrome Node API

#105
post #2

I think simple-headless-chrome is more far along https://github.com/LucianoGanga/simple-headless-chrome

We're fans of LucianoGanga's project (and of Chromeless, Doffy, Chrominator, Chromy, Navalia). I can tell you from personal experience that dealing with the raw DevTools Protocol isn't ideal for a developer writing an automation script, so it's clear there's demand for libraries with this higher-level API. Would love to know if there's a feature parity concern you have or what you'd like to see from puppeteer (or any…

Hi @paulirish! I started with your unicorn haha, I wrote only a few lines of code, to use the screencast events to save the frames of a page. Here's the branch with that: https://github.com/LucianoGanga/simple-headless-chrome/tree/...

And here is the thread I'm gonna use to discuss this: https://github.com/LucianoGanga/simple-headless-chrome/issue...

If someone has an idea of what the "ideal implementation" would look like, I'd really appreciate it!

Post reply on HN