docs: add --headed flag to SKILL.md open parameters#289
docs: add --headed flag to SKILL.md open parameters#289vivainio wants to merge 1 commit intomicrosoft:mainfrom
Conversation
f3045b8 to
86399f9
Compare
|
@vivainio While |
|
Headed mode is useful for monitoring the execution when developing a test suite, or just to get a quick feedback that something sensible is happening while agent is navigating the site. In this mode, you can move "step by step", chatting with the agent while you drill through your use case. |
|
@vivainio Could you please try |
|
@dgozman playwright-cli show didn't work properly. It opened a window with blank page saying "Not supported — v1.59.0-alpha-1771104257000". |
|
@vivainio I guess you have to update your versions of |
The
--headedflag was missing from the skill documentation. Document thatplaywright-cli openruns headless by default and show how to pass--headedto get a visible browser window.