Tag

Headless Chrome

1 views collected around this technical thread.

vivo Internet Technology
vivo Internet Technology
Aug 5, 2020 · Frontend Development

Using Puppeteer for Emoji Scraping, Headless Chrome, and Front‑End Automation Testing

The article demonstrates how to use Puppeteer—a Node.js API built on the Chrome DevTools Protocol—to run headless Chrome for tasks such as scraping Google emoji images, generating screenshots or PDFs, and automating front‑end tests by launching a browser, navigating pages, handling cookies, simulating user input, capturing responses, and saving results.

Automation TestingBrowser AutomationHeadless Chrome
0 likes · 15 min read
Using Puppeteer for Emoji Scraping, Headless Chrome, and Front‑End Automation Testing
360 Quality & Efficiency
360 Quality & Efficiency
Apr 3, 2020 · Backend Development

Using Go and chromedp for Headless Chrome Screenshot, PDF Export, and Device Emulation

This article demonstrates how to leverage Go and the chromedp library to control a headless Chrome instance for tasks such as element screenshots, full‑page captures, PDF generation, and device emulation, offering a lightweight alternative to Selenium‑based solutions.

AutomationGoHeadless Chrome
0 likes · 8 min read
Using Go and chromedp for Headless Chrome Screenshot, PDF Export, and Device Emulation
Taobao Frontend Technology
Taobao Frontend Technology
Dec 22, 2017 · Backend Development

Mastering Inter‑Process Communication in Node.js with Pandora.js IPC‑Hub

This article explains how Pandora.js solves inter‑process communication challenges by introducing IPC‑Hub, showing simple domain‑socket examples, a concise object‑proxy model, and a practical use‑case that offloads heavy webpage‑snapshot tasks to a background process using Puppeteer.

Headless ChromeIPCNode.js
0 likes · 11 min read
Mastering Inter‑Process Communication in Node.js with Pandora.js IPC‑Hub
Qunar Tech Salon
Qunar Tech Salon
Jul 19, 2017 · Frontend Development

Headless Chrome Automation: API Overview, Coding Tips, and Example Scripts

This article introduces the Chrome DevTools Protocol API, provides practical coding tips for using the chrome-remote-interface library, and demonstrates complete Node.js examples for gathering performance metrics, automating Baidu searches, and extracting first‑page results with headless Chrome.

Chrome DevTools ProtocolHeadless ChromeJavaScript
0 likes · 9 min read
Headless Chrome Automation: API Overview, Coding Tips, and Example Scripts
Qunar Tech Salon
Qunar Tech Salon
Jul 17, 2017 · Frontend Development

Running and Controlling Headless Chrome via Command Line and Programmatic Interfaces

This article explains how to install Chrome, configure command‑line aliases, launch Headless Chrome with various flags, and interact with it both through direct CLI commands and programmatic Node.js libraries such as chrome‑launcher and chrome‑remote‑interface.

Chrome AutomationChrome DevTools ProtocolHeadless Chrome
0 likes · 8 min read
Running and Controlling Headless Chrome via Command Line and Programmatic Interfaces
Qunar Tech Salon
Qunar Tech Salon
Jul 14, 2017 · Frontend Development

Headless Chrome: A Comparative Overview of Web Automation Solutions and Its Advantages

This article introduces Headless Chrome as a modern, resource‑efficient web automation solution, compares it with traditional tools like PhantomJS, Selenium, and other headless browsers, discusses its advantages, and provides reference materials for developers seeking to implement headless browser testing.

DevTools ProtocolHeadless ChromePhantomJS
0 likes · 6 min read
Headless Chrome: A Comparative Overview of Web Automation Solutions and Its Advantages