browser_get_text
Get visible text from a webpage element using locators like CSS, text, or label. Automatically recover when selectors change for reliable extraction.
Instructions
Return the visible text of the described element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | ||
| name | No | ||
| role | No | ||
| text | No | ||
| label | No | ||
| testid | No | ||
| placeholder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |