rnw_screenshot
Capture full-page or element-specific screenshots as base64 PNGs, enabling AI agents to visually inspect React Native Web pages.
Instructions
Take a screenshot of the current page or a specific element. Returns a base64-encoded PNG image that can be viewed by AI agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullPage | No | Whether to capture the full scrollable page (default: false, captures viewport only) | |
| selector | No | Optional CSS selector to screenshot a specific element instead of the full viewport |