browser_get_element_text
Retrieve the visible text of a web page element using locator strategies such as CSS, XPath, or ID. Specify the element by strategy and value, with optional timeout for waiting.
Instructions
Gets the text of an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds |