From 43ff16d941fcccc45925da646531d1962321a13c Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sat, 24 Jan 2026 14:28:45 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29afb05..4f55986 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-

Like Playwright MCP but via extension. 80% less context window. 10x more capable (full playwright API)

+

Like Playwright MCP but via extension + cli. No context window usage. 10x more capable (full playwright API)


Install Extension from Chrome Web Store @@ -35,7 +35,7 @@ 3. **Add the Skill to Your Agent** ```bash - npx skills add remorses/playwriter + npx -y skills add remorses/playwriter ``` This gives your AI agent the knowledge to use Playwriter via CLI commands. @@ -45,7 +45,7 @@ Once installed, your agent can control the browser: ```bash -playwriter session new # → 1 +playwriter session new # starts a new session with id 1. each session runs in separate stateful sandbox playwriter -s 1 -e "await page.goto('https://example.com')" playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))" playwriter -s 1 -e "await page.locator('aria-ref=e5').click()"