get_tooltip_text
Hover over any element to extract its tooltip text, supporting title attributes, ARIA descriptions, CSS tooltips, and custom components.
Instructions
Hover over an element and extract any tooltip text. Checks title attribute, aria-describedby, aria-labelledby, CSS tooltips, and custom tooltip components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Element or position to hover over | |
| waitForTooltip | No | Time to wait after hover for tooltip animations (ms) | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |