Auto-sync: 2026-04-21 08:02

This commit is contained in:
2026-04-21 08:02:52 +08:00
parent 4b4ffcd0c2
commit 8df9990f15
101 changed files with 4023 additions and 69 deletions

View File

@@ -0,0 +1,29 @@
---
title: "Playwright"
type: entity
tags: [browser-automation, web-scraping, testing]
sources: [marketing-carousel-growth-engine]
last_updated: 2026-04-21
---
## Overview
Microsoft 开发的浏览器自动化工具,支持 Chromium、Firefox、WebKit。
## Usage in Carousel Growth Engine
- **Engine**: Playwright with Chromium
- **Purpose**: 完整 JavaScript 渲染页面抓取
- **Script**: `analyze-web.js` 执行完整业务研究
## Capabilities
- 网站内容抓取标题、特性、定价、证言、CTA
- 品牌信息提取颜色、字体、logo、favicon
- 竞争对手检测
- 业务类型分类
- 内部页面导航pricing、features、about、testimonials
## Installation
- `playwright install chromium`
## Aliases
- Playwright
- playwright.dev