From 806e6331c371ed6397f478524e2fd7935a3c20c4 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sat, 27 Dec 2025 20:16:10 +0100 Subject: [PATCH] Update mcp.ts --- playwriter/src/mcp.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playwriter/src/mcp.ts b/playwriter/src/mcp.ts index bf59cbc..4b600af 100644 --- a/playwriter/src/mcp.ts +++ b/playwriter/src/mcp.ts @@ -816,6 +816,8 @@ server.tool( After calling this tool, the page and context variables are automatically updated in the execution environment. IMPORTANT: this completely resets the execution context, removing any custom properties you may have added to the global scope AND clearing all keys from the \`state\` object. Only \`page\`, \`context\`, \`state\` (empty), \`console\`, and utility functions will remain. + + if playwright always returns all pages as about:blank urls and evaluate does not work you should aks the user to restart Chrome. This is a known Chrome bug. `, {}, async () => {