inspect_element
Extract DOM element attributes, text content, and computed styles from web pages using CSS selectors for web scraping and application testing.
Instructions
Inspect a DOM element by selector and return its attributes, text, and computed styles
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browser | No | chromium | |
| properties | No | Optional list of CSS properties | |
| selector | Yes | CSS selector of element | |
| url | Yes | Page URL to inspect |