Files
nexus/wiki/entities/Playwright.md
2026-04-21 08:02:52 +08:00

29 lines
782 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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