get_element_text
Retrieve the text content of any webpage element using a CSS selector, allowing automated data extraction from browser pages.
Instructions
Get text content of an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the element | |
| timeout | No | Timeout in milliseconds |