Modern QA2026Named Sessions — tiles
Log inJoin
29 / 168 · 01 Agent Skills for Browser Automation · The Playwright CLI: Browser Control for Coding Agents← prev⊞ allnext →☰ Read as one page

4.6Named Sessions

Parallel browser contexts come free via named sessions:

playwright-cli -s=admin open https://your-app.com/admin
playwright-cli -s=customer open https://your-app.com/shop
playwright-cli list

Two personas, two isolated sessions, one agent orchestrating both — the classic "admin changes a price, customer sees the new price" scenario without writing a single line of test-framework code.