docs: update error message references in agent prompts

This commit is contained in:
Tommy D. Rossi
2026-01-22 20:16:09 +01:00
parent fd6ce49a2d
commit 580c5f4597
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -51,7 +51,7 @@ playwriter reset -s <session>
# 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.