Capture now supports stateful Browser Sessions for workflows that need more than one request. Create a cloud browser, keep cookies and navigation state alive, then drive it step by step with deterministic actions like goto, click, type, query, content, and screenshot.
Use it for multi-step forms, dynamic pages, agent-driven browsing, and end-to-end checks where a single screenshot or PDF request is not enough.
The core flow is simple:
POST /v1/sessionsto create a session.POST /v1/sessions/{sessionId}/actionsto run browser actions.DELETE /v1/sessions/{sessionId}when you are done.
Sessions are billed by duration: 1 credit per minute open, rounded up, and charged when the session closes or expires. Each session can run for up to 15 minutes, with up to 5 active sessions per user.
Docs: https://docs.capture.page/docs/browser-sessions-overview
