-
Notifications
You must be signed in to change notification settings - Fork 24
Feedback wanted: Playwright + LLM trace fields #12
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededintegrationBrowser Use, Stagehand, Playwright, or agent-framework integrationBrowser Use, Stagehand, Playwright, or agent-framework integrationlaunch-feedbackFeedback from launch, demos, or first-time usersFeedback from launch, demos, or first-time users
Milestone
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededintegrationBrowser Use, Stagehand, Playwright, or agent-framework integrationBrowser Use, Stagehand, Playwright, or agent-framework integrationlaunch-feedbackFeedback from launch, demos, or first-time usersFeedback from launch, demos, or first-time users
BrowserTrace has a focused Playwright + LLM debugging guide:
https://aaronlab.github.io/browsertrace/playwright-llm-debugging.html
The current low-friction path is to call
run.snapshot(page, ...)around the points where an LLM chooses the next browser action. That records the Playwright URL and screenshot plus optionalmodel_inputandmodel_output.For public sharing, use:
--publicomits prompt/model I/O, screenshots, and URLs from the standalone HTML export.I want feedback from people building LLM-guided Playwright scripts or browser agents:
run.snapshot?Please comment with the shape of a real failure you have debugged and which context was missing from logs or Playwright Trace Viewer.