record_focus_path
Simulate Tab key presses and record focus movement during keyboard navigation, identifying invisible or hidden focus targets to verify actual focus behavior.
Instructions
Simulate Tab key presses N times and record where focus lands at each step, flagging invisible or hidden focus targets. This is an interactive alternative to get_tab_order — use record_focus_path when you want to verify the actual focus behavior during keyboard navigation, and get_tab_order when you just need a static list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Number of Tab presses to simulate | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |