# Handle PDF Download Popups In Automation

> Recover when PDF download buttons open inaccessible popups; fall back to capturing structured data instead

- Skill: `vamseeachanta/handle-pdf-download-popups-in-automation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/handle-pdf-download-popups-in-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/handle-pdf-download-popups-in-automation/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/handle-pdf-download-popups-in-automation

---


# Handle PDF Download Popups in Automation

When a website's PDF download opens in a popup window that automation can't access, don't loop on the download button. Instead: (1) take a screenshot to confirm popup is blocking, (2) pivot to capturing the page's structured data programmatically, (3) save to YAML/JSON with metadata, (4) create an issue documenting manual steps and file naming conventions. This preserves the data and provides a clear handoff for manual PDF retrieval.
