ui_find_element
Locate UI elements on TradingView by text, aria-label, or CSS selector, then retrieve their screen positions for targeted actions and 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) |