zerodom_get_styles
Retrieve computed CSS styles and box-model dimensions for a DOM node to review design and layout details without the full getComputedStyle dump.
Instructions
Computed styles and box-model dimensions for a node — for design/CSS review, not just interaction.
Runs getComputedStyle() in the real page over the same chrome.debugger connection everything else here uses (also reachable ad hoc via zerodom_eval_js; this is the purpose-built version with a curated property list instead of getComputedStyle()'s full ~300-property dump).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |