get_element_html
Retrieves the outer HTML of a web page element using a CSS selector. Helps inspect or extract markup from specific parts of a page during browser automation.
Instructions
Get the outer HTML of a specific element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |