29 lines
782 B
Markdown
29 lines
782 B
Markdown
---
|
||
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 |