get_text
Retrieve the visible text content of a web element using CSS, XPath, or other locators. Specify a selector and optional timeout to wait for the element before extracting its text.
Instructions
Get the visible text content of an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds | |
| selector | Yes | CSS selector, XPath, or other locator value |