docs: clarify Playwright video recording overhead

Add a README note that Playwright video recording sends base64 images for every frame while documenting Playwriter's claimed 100x efficiency.
This commit is contained in:
Tommy D. Rossi
2026-02-25 18:00:20 +01:00
parent 1e9fecaf60
commit 5173526475
+2
View File
@@ -13,6 +13,8 @@
Other browser MCPs spawn a fresh Chrome — no logins, no extensions, instantly flagged by bot detectors, double the memory. Playwriter connects to **your running browser** instead. One Chrome extension, full Playwright API, everything you're already logged into.
> **Note:** Playwriter video recording is **100x more efficient than Playwright video recording**, which sends **base64 images for every frame**.
| | Playwright MCP | Playwriter |
| ------------- | ----------------- | --------------------------------- |
| Browser | Spawns new Chrome | **Uses your Chrome** |