Files
nexus/wiki/concepts/Playwright.md
2026-04-16 21:08:55 +08:00

21 lines
630 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: concept
tags: [自动化, 浏览器, Playwright]
date: 2025-11-11
---
## Definition
Playwright 是 Microsoft 开发的浏览器自动化工具,支持 Chromium、Firefox 和 WebKit可模拟用户操作和渲染动态页面。
## Key Features
- 可模拟浏览器、支持无头模式、可靠性高
- 支持滚动加载、视频图片加载
## Role
在电商数据采集系统中Playwright 负责加载动态页面、渲染 JavaScript 内容,与 Scrapy 配合实现完整爬取。
## Connections
- [[Scrapy]] ← depends_on ← [[Playwright]]
- [[Playwright]] ← runs_in ← [[Docker]]