Browser sessions

Reuses a logged-in browser session inside a run's sandbox, so it can act on sites that need auth. Capture one with npx playwright codegen --save-storage=session.json <url> — log in (including any 2FA), close the window, then paste the contents of session.json below. Every enabled session is available to every run in this workspace; disable one to revoke it without deleting the capture.

Loading…

Capture a new session