assets
This commit is contained in:
@@ -28,3 +28,4 @@ playwriter/src/snapshots/
|
|||||||
playwriter/src/__snapshots__/ax-debug/
|
playwriter/src/__snapshots__/ax-debug/
|
||||||
gmail-oauth/
|
gmail-oauth/
|
||||||
.ck
|
.ck
|
||||||
|
dist-release
|
||||||
|
|||||||
@@ -13,16 +13,6 @@
|
|||||||
|
|
||||||
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.
|
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** |
|
|
||||||
| Extensions | None | Your existing ones |
|
|
||||||
| Login state | Fresh | Already logged in |
|
|
||||||
| Bot detection | Always detected | Can bypass (disconnect extension) |
|
|
||||||
| Collaboration | Separate window | Same browser as user |
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. [**Install Extension**](https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe) from Chrome Web Store
|
1. [**Install Extension**](https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe) from Chrome Web Store
|
||||||
@@ -141,10 +131,20 @@ Color-coded: yellow=links, orange=buttons, coral=inputs, pink=checkboxes, peach=
|
|||||||
|
|
||||||
## Comparison
|
## Comparison
|
||||||
|
|
||||||
### vs Playwright CLI
|
### vs Playwright MCP
|
||||||
|
|
||||||
|
| | Playwright MCP | Playwriter |
|
||||||
|
| ------------- | ----------------- | --------------------------------- |
|
||||||
|
| Browser | Spawns new Chrome | **Uses your Chrome** |
|
||||||
|
| Extensions | None | Your existing ones |
|
||||||
|
| Login state | Fresh | Already logged in |
|
||||||
|
| Bot detection | Always detected | Can bypass (disconnect extension) |
|
||||||
|
| Collaboration | Separate window | Same browser as user |
|
||||||
|
|
||||||
|
> **Note:** Playwriter video recording is **100x more efficient than Playwright video recording**, which sends **base64 images for every frame**.
|
||||||
|
|
||||||
| | Playwright CLI | Playwriter |
|
| | Playwright CLI | Playwriter |
|
||||||
| -------------- | -------------------- | --------------------------------- |
|
| --------------- | ------------------- | ----------------------------- |
|
||||||
| Browser | Spawns new browser | **Uses your Chrome** |
|
| Browser | Spawns new browser | **Uses your Chrome** |
|
||||||
| Login state | Fresh | Already logged in |
|
| Login state | Fresh | Already logged in |
|
||||||
| Extensions | None | Your existing ones |
|
| Extensions | None | Your existing ones |
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" fill="none" viewBox="0 0 424 424"><g><path d="M 0 212 C 0 112.063 0 62.095 31.037 31.037 C 62.116 0 112.063 0 212 0 C 311.937 0 361.905 0 392.942 31.037 C 424 62.116 424 112.063 424 212 C 424 311.937 424 361.905 392.942 392.942 C 361.926 424 311.937 424 212 424 C 112.063 424 62.095 424 31.037 392.942 C 0 361.926 0 311.937 0 212" fill="rgb(0, 0, 0)"></path><path d="M 225.732 260.521 L 277.905 312.673 C 283.311 318.1 286.003 320.793 289.014 322.043 C 293.042 323.718 297.557 323.718 301.585 322.043 C 304.596 320.793 307.309 318.1 312.694 312.694 C 318.1 307.288 320.793 304.596 322.043 301.585 C 323.722 297.563 323.722 293.036 322.043 289.014 C 320.793 286.003 318.1 283.29 312.694 277.905 L 260.521 225.732 L 276.442 209.789 C 292.766 193.465 300.907 185.325 298.999 176.548 C 297.07 167.792 286.237 163.785 264.591 155.814 L 192.384 129.208 C 149.2 113.308 127.618 105.358 116.488 116.488 C 105.358 127.618 113.308 149.2 129.208 192.384 L 155.814 264.591 C 163.785 286.237 167.792 297.07 176.548 298.999 C 185.303 300.928 193.465 292.766 209.789 276.442 Z" fill="rgb(255, 255, 255)"></path></g></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user