Headless Chrome

Browser

About

Headless Chrome is a way to run the Chrome browser in a headless mode (ie without the UI, you don't see the screen, it's a server mode)

Usage

via the Chrome DevTool Protocol

The Chrome Debugging Protocol is an API that permits to control Chrome (or any other browser implementing CDP).

CLI

The headless mode permits to use chrome as a cli: Chrome Cli





Discover More
Browser
Chrome Cli

chrome in headless mode can be used as a CLI Size of a standard letterhead The --dump-dom flag prints document.body.innerHTML to stdout: The --print-to-pdf flag creates a PDF of the page: ...
Browser
Chrome DevTool protocol (CDP)

The is a API that permits to call browsers implementing the CDP api (chrome of course but also any other browser implementation ) via json RPC. The protocol is used to communicate with Chrome and drive...
Puppeteer Architecture
Headless browser - Puppeteer

Puppeteer is a Node library that provides a high-level API over Chrome or Chromium (ie headless chrome) Puppeteer communicate with the browser via the DevTools Protocol API The Puppeteer API is hierarchical...
Browser
Web - Headless browser (Test automation)

A headless browser is an application/library that emulates a web browser but without a graphical user interface ie (without DOM / without the Web api) They are the basis to build a web bot. Build...



Share this page:
Follow us:
Task Runner