Posts tagged "authentication"
4 articles
Automate Login Then Capture
authentication automation tutorial
A practical sequence for typing credentials, clicking through MFA-aware flows where possible, and capturing the post-login UI—with realistic limits for 2FA and CAPTCHA.
Julien Sobrier March 22, 2026 Read →
Screenshot Pages with Cookies
authentication cookies tutorial
Pass session cookies through the screenshot API to capture authenticated pages without replaying login flows. Learn cookie string format, security boundaries, and how this pairs with custom headers.
Julien Sobrier March 18, 2026 Read →
Screenshot Dashboards Behind SSO
authentication tutorial enterprise
Why SAML and OIDC flows break naive screenshot pipelines, how to drive real browser sessions with automation steps, and when session cookies are the faster path for enterprise dashboards.
Julien Sobrier March 15, 2026 Read →
How to Screenshot Pages Behind Login with Cookies and Automation
tutorial authentication automation
Learn two approaches to capturing authenticated pages: injecting session cookies and using automation steps to fill login forms. Includes code examples in Python and JavaScript.
Julien Sobrier January 22, 2026 Read →