extract_virtual_canvas
Extract structured data from virtual canvas elements instead of taking a screenshot. Optionally wait for a CSS selector and include non-interactive elements for more complete extraction.
Instructions
Extract virtual canvas data from current page instead of taking screenshot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to (optional if page already loaded) | |
| wait_for | No | CSS selector to wait for before extraction (optional) | |
| include_non_interactive | No | Include non-interactive elements in extraction |