Running Version 59.0.3069.0 (Official Build) canary (64-bit)
Chrome 59 has cross-platform headless support
51–60 of 161 posts
Re: Chrome 59 has cross-platform headless support
#52Please let this be capable of generating PDFs from HTML from the command line.
Is there an easy way to do the opposite? e.g. read PDFs as HTML (intended to be read through a remote shell), or text?
http://coolwanglu.github.io/pdf2htmlEX/
Re: Chrome 59 has cross-platform headless support
#53Re: Chrome 59 has cross-platform headless support
#54Please let this be capable of generating PDFs from HTML from the command line.
Yes: https://chromedevtools.github.io/debugger-protocol-viewer/to...
You can download the two tools wkhtmltopdf and wkhtmltoimage which use WebKit to generate pdfs/images.
Re: Chrome 59 has cross-platform headless support
#55I'm trying to replace PhantomJS in my infrastructure with chromium. Not having to build my own chromium will be a very nice thing.
Re: Chrome 59 has cross-platform headless support
#56Nice!! Would creating WebRTC data channel be possible? server side SCTP to client(p2p over SCTP/data channel) would be cool.
Re: Chrome 59 has cross-platform headless support
#57Doesn't seem to work on OSX. Connecting to debug port from a different chrome brings up an empty page. Running Version 59.0.3069.0 (Official Build) canary (64-bit)
Re: Chrome 59 has cross-platform headless support
#58A lot of phantom js talk here makes me want to recommend http://ghostinspector.com It's a phantom js (and other headless browser) web service. Using the site, you can quickly create different tests, scheduled tests, chained tests, keep screen shots, create videos of multi step tests, and have historical information of it all. Can't say enough good things about the site. Edit: also there's a great chrome extension tha…
I agree with your sentiment regarding these types of tools. It has been a long time coming but this release and the tools available now are things I wish I had years ago when I was building my first company.
Re: Chrome 59 has cross-platform headless support
#59Please let this be capable of generating PDFs from HTML from the command line.