browser_get_text
Extract visible text from a webpage element by providing its CSS selector. Use it to scrape content or validate page data.
Instructions
Get the text content of an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the element |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |