playwright-sessions
Lists your own open browser sessions, one row each. Useful for recovering a session id you no longer have, and for finding sessions worth closing before opening another. Other users' sessions are never listed.
playwright-sessions
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| session_id | String | Session id | e.g. 6f1c2a08-6c1e-4a1b-9a5e-9b2f0d3c7e11 |
| target | String | Target | Credential profile the session was opened with, or the site's host when no account was named. |
| url | String | URL | Where the session currently is. e.g. https://fw.example.com/policy/list |
| title | String | Page title | e.g. Policy - Firewall Console |
| is_read_only | Boolean | Read only | true when the session refuses anything but navigation. e.g. true |
| created | Date | Opened at | e.g. 2026-09-05 10:15:30 |
| last_used_at | Date | Last used at | Idle sessions are closed automatically. e.g. 2026-09-05 10:22:04 |