get-element-html
Extract HTML content of a specific webpage element using a CSS selector, with options to include or exclude outer HTML. Integrates with Vite Dev server for real-time updates and web development workflows.
Instructions
Retrieves the HTML content of a specific element and its children
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeOuter | No | If true, includes the selected element's outer HTML; otherwise returns only inner HTML (default: false) | |
selector | Yes | CSS selector of the element to inspect |