Posts tagged "automation"
5 articles
Generate Print-Ready PDFs from Dynamic Pages
Challenges of PDF generation for SPAs and dynamic dashboards: automation steps before print, print CSS, wait strategies, and example payloads — with links to automation and page interaction features.
Screenshot Dynamic Pages After Click and Wait
Capture SPAs, lazy sections, modals, and carousels by orchestrating click, wait, and scroll steps with deliberate delays. Learn how timing parameters interact with async rendering.
Automate Login Then Capture
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.
How to Build Client Reporting with Screenshots, PDFs, and Videos
Automate the production of client reports with screenshots, PDFs, and video recordings. Deliver to Google Drive, Slack, or S3 on a schedule.
How to Screenshot Pages Behind Login with Cookies and 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.