From 8e3ebcf080b41ac7e48ac34ccd251823a33ed25b Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sat, 22 Nov 2025 14:40:48 +0100 Subject: [PATCH] nn --- PLAYWRITER_AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLAYWRITER_AGENTS.md b/PLAYWRITER_AGENTS.md index 70518a6..3c1e98c 100644 --- a/PLAYWRITER_AGENTS.md +++ b/PLAYWRITER_AGENTS.md @@ -48,7 +48,7 @@ you can run singular tests with `-t "testname"` each test() block should reset the extension connection to make sure tests are independent. -NEVER call browser.close() in the tests +NEVER call browser.close() in tests or any other code that interacts with our CDP endpoint remember that every time the extension is activated in a tab that tab gets added to the available pages. so if you toggle the extension and then do .newPage() there will be 2 pages, not 1.