get_text
Retrieve visible text from any web element using CSS selectors or XPath. Extract page content for assertions or data capture in browser automation.
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 |