From aeb5f207dc4cffd2168c16263dfbfe4db98d2d7a Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 16 Nov 2025 12:18:56 +0100 Subject: [PATCH] Update prompt.md --- playwriter/src/prompt.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/playwriter/src/prompt.md b/playwriter/src/prompt.md index 6f3b8dc..2449e84 100644 --- a/playwriter/src/prompt.md +++ b/playwriter/src/prompt.md @@ -46,14 +46,6 @@ example: - /url: /docs/installation - link "Components" [ref=e14] [cursor=pointer]: - /url: /docs/components - - link "Blocks" [ref=e15] [cursor=pointer]: - - /url: /blocks - - link "Charts" [ref=e16] [cursor=pointer]: - - /url: /charts/area - - link "Themes" [ref=e17] [cursor=pointer]: - - /url: /themes - - link "Colors" [ref=e18] [cursor=pointer]: - - /url: /colors ``` Then you can use `page.locator(`aria-ref=${ref}`)` to get an element with a specific `ref` and interact with it.