get-element-properties
Retrieve specific properties and state information from a DOM element using a CSS selector. Integrates with Vite MCP Server for real-time updates.
Instructions
Retrieves properties and state information of a specific element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
properties | Yes | Array of property names to retrieve (e.g., ['value', 'checked', 'textContent']) | |
selector | Yes | CSS selector of the element to inspect |