capture_screenshot
Capture screenshots of TradingView charts with options for capture method, region, and filename. Use to save chart images for analysis or reporting.
Instructions
Take a screenshot of the TradingView chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Capture method: cdp (Page.captureScreenshot) or api (chartWidgetCollection.takeScreenshot) (default cdp) | |
| region | No | Region to capture: full, chart, strategy_tester (default full) | |
| filename | No | Custom filename (without extension) | |
| wait_for_render | No | Wait for the chart canvas to stabilize before capture |