Study note
autoscrape-labs/pydoll: Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic interactions.
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Engineering
- Category
- 软件设计与工程实践
- Source
- github.com
- Vault note
library/articles/engineering/autoscrape-labs-pydoll-Pydoll-is-a-library-for-automating-chromium-based-browser-4bfc51ff0d4890dc.md
Summary
Pydoll 是面向 Chromium/Chrome/Edge 的 Python 浏览器自动化库,通过 Chrome DevTools Protocol over WebSocket 直接连接浏览器,不依赖 WebDriver,并提供异步、类型化、结构化抽取和低层 CDP 控制能力。
Highlights
适合研究现代浏览器自动化/爬虫工程,重点看无 WebDriver、会话复用、网络拦截、Shadow DOM/iframe、Pydantic 结构化提取和反自动化规避设计。
Comments
Loading comments...