move_firefox_tab_to_window
Move a specific Firefox tab to another window, identifying it by ID, URL, or title, then verify the move.
Instructions
Move one exactly identified Firefox tab to another window (without grouping it) and verify the resulting window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | 0-based target position in the target window; -1 = end. | |
| selector | Yes | Exactly one selector form: tabId, URL, or title. | |
| windowId | Yes | Target Firefox window. |