get-element-properties
Retrieve specific properties and state information of a web page element using a CSS selector. Enables precise element inspection for AI agents integrated with Vite’s live development environment.
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 |