From c456a5101cfc3ac3cd3ecdfdd43141c1a3d2bc95 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Tue, 6 Jan 2026 10:46:40 +0100 Subject: [PATCH] docs: mark right-click copy and auto enable env as unreleased --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 483f017..eb7a9d7 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ The function automatically shows labels, takes a screenshot, hides labels, and i ### Environment Variables -#### `PLAYWRITER_AUTO_ENABLE` +#### `PLAYWRITER_AUTO_ENABLE` (still unreleased, coming soon) When set, the MCP will automatically create an initial tab when a Playwright client connects and no tabs are currently enabled. This is useful for fully automated workflows where you don't want to manually click the extension icon. @@ -277,7 +277,7 @@ const source = await getReactSource({ locator: page.locator('aria-ref=e5') }); **User Collaboration Features:** -- **Right-click → "Copy Playwriter Element Reference"** - Pin any element and reference it as `globalThis.playwriterPinnedElem1` in your automation code +- **Right-click → "Copy Playwriter Element Reference"** (still unreleased, coming soon) - Pin any element and reference it as `globalThis.playwriterPinnedElem1` in your automation code - **Vimium-style visual labels** - `screenshotWithAccessibilityLabels()` captures screenshots with clickable labels on all interactive elements - **Tab group organization** - Connected tabs are grouped together with a green "playwriter" label - **Bypass automation detection** - Disconnect the extension temporarily to pass bot detection (e.g., Google login), then reconnect