ui_find_element
Find any UI element on TradingView's interface using text, aria-label, or CSS selector, and retrieve its exact position for automation.
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) |