get-element-properties
Retrieve specific properties and state of a DOM element using a CSS selector. Specify property names like value, checked, or textContent to inspect current UI state.
Instructions
Retrieves properties and state information of a specific element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the element to inspect | |
| properties | Yes | Array of property names to retrieve (e.g., ['value', 'checked', 'textContent']) |