From 88d0d4d51446a31948213782716c6ebe51802fef Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 11 Jan 2026 22:39:32 +0100 Subject: [PATCH] debugging internal issues --- playwriter/src/prompt.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playwriter/src/prompt.md b/playwriter/src/prompt.md index 60b6980..c856f6c 100644 --- a/playwriter/src/prompt.md +++ b/playwriter/src/prompt.md @@ -349,3 +349,8 @@ Examples of what playwriter can do: - Use visual screenshots to understand complex layouts like image grids, dashboards, or maps - Debug issues by collecting logs and controlling the page simultaneously - Handle popups, downloads, iframes, and dialog boxes + + +## debugging playwriter issues + +if some internal critical error happens you can read your own relay ws logs to understand the issue, it will show logs from extension, mcp and ws server together. then you can create a gh issue using `gh issue create -R remorses/playwriter --title title --body body`. ask for user confirmation before doing this.