You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# launch the dashboard for UI review / design feedback — user annotates the page, you receive the annotated screenshot, snapshot, and notes
167
-
playwright-cli annotate
166
+
# launch the dashboard with annotation prompt to ask the user for input
167
+
playwright-cli show --annotate
168
168
169
169
# generate a Playwright locator for an element from its ref or selector
170
170
playwright-cli generate-locator e5 --raw
@@ -367,11 +367,11 @@ playwright-cli close
367
367
368
368
## Example: Interactive session
369
369
370
-
Ask the user for UI review or design feedback. The user draws boxes on the live page and types comments; you receive the annotated screenshot, the snapshot of the marked region, and the user's notes. Use this whenever the user asks for "UI review", "design feedback", or to "ask the user what they think / want / mean":
370
+
Ask the user to annotate the UI. User can provide contextual tasks or ask contextual questions using annotations:
playwright-cli annotate # ask the user to point somewhere
265
+
playwright-cli show --annotate# ask the user to point somewhere
266
266
```
267
267
268
268
Common causes: selector drift, new wrapper element, label/ARIA rename, timing (transition, async load), assertion text updated in the app, test data leaking between runs.
0 commit comments