Run Render Capture
run_render_captureGenerate React render captures after instrumentation by choosing manual interaction or an automated test suite, enabling analysis of rerender storms and slow components.
Instructions
Called after instrumentation is wired up (steps 1–3 of begin_render_analysis). Ask the user how they want to generate renders before calling this tool: manual-interaction — start the dev server and the user clicks through the app. test-suite — run an existing automated test suite against the running app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | "manual-interaction": user navigates the app manually (fast, focused). "test-suite": run an existing test suite (automated; scope to one file/feature to keep payload manageable). | |
| sessionId | Yes | The sessionId returned by begin_render_analysis. |