element_get_text
Retrieve the visible text content of a web page element using a locator or element ID. Provides clean text extraction for automated testing and data collection.
Instructions
Get the visible text content of an element. Provide locator or element_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | ||
| tab_id | No | ||
| locator | No | ||
| element_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |