ui_find_element
Locate UI elements in TradingView by text, aria-label, or CSS selector and retrieve their positions to enable automated control and interaction.
Instructions
Find UI elements by text, aria-label, or CSS selector and return their positions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text content, aria-label value, or CSS selector to search for | |
| strategy | No | Search strategy (default: text) |