Headless Chrome
Table of Contents
1 - About
Headless Chrome is a way to run the Chrome browser in a headless environment without the full browser UI.
2 - Articles Related
3 - Usage
3.1 - via the protocol
chrome --headless --remote-debugging-port=9222 https://chromium.org
- Navigate to http://localhost:9222 in another browser to open the DevTools interface
- or use a tool such as Selenium to drive the headless browser.
3.2 - Library
Node.js:
- Puppeteer is a Node library developed by the Chrome team that permits to programmatically control headless (or full) Chrome.
C++ library: