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§
- WebScreenshot
Tool - Tool for capturing web page screenshots.