Update prompt.md

This commit is contained in:
Tommy D. Rossi
2025-11-16 15:04:55 +01:00
parent 83025d7783
commit 6713725132
+3 -1
View File
@@ -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