v0.1.1
microsoft/playwright-cliv0.1.1Feb 14, 2026by pavelfeldman
AI Summary
Introduces a live session monitoring dashboard to view screencasts and control running browser sessions.
Key Highlights
- New `show` command opens a dashboard with live screencasts of all sessions.
- Users can take remote control of sessions directly from the dashboard.
New Features
- Session monitoring dashboard
Full Release Notes
### 📺 Session monitoring See what your agents are doing — live. ```sh npm i -g @playwright/cli@latest playwright-cli show ``` Run this to open a dashboard that tiles all running browser sessions with real-time screencasts. <img width="1107" height="729" alt="Image" src="https://github.com/user-attachments/assets/99df739d-106a-4520-b004-bb315db41da7" /> Click into any session to take full remote control — navigate, click, type — then press Escape to hand it back to the agent. Close sessions or clean up data right from the grid. > NOTE: You might need to restart your sessions using the fresh version of Playwright CLI for monitoring to be available!