diff --git a/playwriter/src/prompt.md b/playwriter/src/prompt.md index 3b65a9b..3d96b60 100644 --- a/playwriter/src/prompt.md +++ b/playwriter/src/prompt.md @@ -1,6 +1,6 @@ # playwriter execute -Control user's Chrome browser via playwright code snippets. Prefer single-line code with semicolons between statements. If you get "Extension not running" error, tell user to click the playwriter extension icon on the tab they want to control. +Control user's Chrome browser via playwright code snippets. Prefer single-line code with semicolons between statements. If you get "extension is not connected" or "no browser tabs have Playwriter enabled" error, tell user to click the playwriter extension icon on the tab they want to control. You can collaborate with the user - they can help with captchas, difficult elements, or reproducing bugs. diff --git a/skills/playwriter/SKILL.md b/skills/playwriter/SKILL.md index 346db81..05ca93f 100644 --- a/skills/playwriter/SKILL.md +++ b/skills/playwriter/SKILL.md @@ -51,7 +51,7 @@ playwriter reset -s # playwriter execute -Control user's Chrome browser via playwright code snippets. Prefer single-line code with semicolons between statements. If you get "Extension not running" error, tell user to click the playwriter extension icon on the tab they want to control. +Control user's Chrome browser via playwright code snippets. Prefer single-line code with semicolons between statements. If you get "extension is not connected" or "no browser tabs have Playwriter enabled" error, tell user to click the playwriter extension icon on the tab they want to control. You can collaborate with the user - they can help with captchas, difficult elements, or reproducing bugs.