From 7ac552d45c0a2478e353d48c6d55242dba093732 Mon Sep 17 00:00:00 2001 From: Tuong Doan <105043172+TuongDoan@users.noreply.github.com> Date: Sat, 16 May 2026 10:27:36 +0700 Subject: [PATCH 1/2] Fix broken "Full CLI documentation" link in README The README linked to https://playwright.dev/docs/cli-agent which returns 404. The correct URL is https://playwright.dev/agent-cli/introduction Signed-off-by: Tuong Doan <105043172+TuongDoan@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7986a5d1ab20..75197ff87886e 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ playwright-cli show -[Full CLI documentation](https://playwright.dev/docs/cli-agent) | [GitHub](https://github.com/microsoft/playwright-cli) +[Full CLI documentation](https://playwright.dev/agent-cli/introduction) | [GitHub](https://github.com/microsoft/playwright-cli) --- From fdf5b9c2991eefd559223a04b960dd031af260a1 Mon Sep 17 00:00:00 2001 From: Tuong Doan <105043172+TuongDoan@users.noreply.github.com> Date: Mon, 18 May 2026 17:35:03 +0700 Subject: [PATCH 2/2] Update MCP documentation link in README Signed-off-by: Tuong Doan <105043172+TuongDoan@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75197ff87886e..77900978dd665 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ The agent sees the page as a structured accessibility tree: It uses element refs like `e5` and `e10` to click, type, and interact — deterministically and without visual ambiguity. Tools cover navigation, form filling, screenshots, network mocking, storage management, and more. -[Full MCP documentation](https://playwright.dev/docs/mcp) | [GitHub](https://github.com/microsoft/playwright-mcp) +[Full MCP documentation](https://playwright.dev/mcp/introduction) | [GitHub](https://github.com/microsoft/playwright-mcp) ---