check_dark_mode
Capture light and dark mode screenshots of a webpage, then compare them to calculate a difference percentage and detect if dark mode is properly implemented.
Instructions
Detect whether a webpage supports dark mode. Captures two screenshots — one in light mode and one with prefers-color-scheme: dark emulated — then compares them. Returns both screenshots and a difference percentage. Great for checking if dark mode is properly implemented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page to check |