Skip to content

Commit f2dbfb7

Browse files
authored
Merge pull request #5370 from yinnho/add-headless-browser
Add curated topic definition for headless-browser
2 parents cc66c61 + db536ba commit f2dbfb7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

topics/headless-browser/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
display_name: Headless Browser
3+
topic: headless-browser
4+
aliases: headless-browsers, headless
5+
related: browser-automation, web-scraping, puppeteer, playwright, chromium
6+
short_description: A headless browser runs a full web engine without a visible window for automation, scraping, and server-side rendering.
7+
---
8+
Headless browsers run a complete browser engine — HTML parsing, CSS layout, JavaScript execution, and rendering — without a graphical interface. They power server-side web scraping, automated testing, screenshot generation, and agent tools that read and act on the web.
9+
10+
Headless operation trades a visible window for the ability to run many browser instances cheaply in containers and CI pipelines, often driving them over protocols such as CDP, WebDriver, or MCP.

0 commit comments

Comments
 (0)