Skip to main content

Module web_screenshot

Module web_screenshot 

Source
Expand description

Web screenshot tool — capture web page screenshots.

Provides web page capture functionality. Since Rust doesn’t have native Playwright bindings, this implementation uses HTTP + HTML extraction as a fallback. For full rendering, it can shell out to a headless browser via the system’s chromium or google-chrome CLI.

Structs§

WebScreenshotTool
Tool for capturing web page screenshots.