From 67137251320d6ad8a00f660501a42a8eb5e36b5e Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 16 Nov 2025 15:04:55 +0100 Subject: [PATCH] Update prompt.md --- playwriter/src/prompt.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playwriter/src/prompt.md b/playwriter/src/prompt.md index 418703c..306c7b7 100644 --- a/playwriter/src/prompt.md +++ b/playwriter/src/prompt.md @@ -57,7 +57,9 @@ example: Then you can use `page.locator(`aria-ref=${ref}`)` to get an element with a specific `ref` and interact with it. -`const componentsLink = page.locator('aria-ref=e14').click()` +`const componentsLink = page.locator('aria-ref=e14').click()` + +IMPORTANT: notice that we do not add any quotes in `aria-ref`! it MUST be called without quotes ## getting outputs of code execution