Testing & QA
Full-Page Screenshot
Captures full-page screenshots of web pages via the Chrome DevTools Protocol with zero dependencies.
This skill captures full-page screenshots of web pages via the Chrome DevTools Protocol, with zero external dependencies.
Why a skill for this
Full-page capture (beyond the visible viewport) usually needs either a heavier automation framework or manual scrolling-and-stitching. Talking to the DevTools Protocol directly gets a clean full-page image without either.
Good for
Quickly capturing what a page actually looks like, for visual review or documentation, without installing a browser automation stack.