From 8d7ca02fde6c7bed2f99eddc821acd49c40ea0a7 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sat, 22 Nov 2025 12:46:47 +0100 Subject: [PATCH] Update PLAYWRITER_AGENTS.md --- PLAYWRITER_AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PLAYWRITER_AGENTS.md b/PLAYWRITER_AGENTS.md index cb32a04..010f547 100644 --- a/PLAYWRITER_AGENTS.md +++ b/PLAYWRITER_AGENTS.md @@ -49,3 +49,5 @@ 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 + +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.