wait_for_firefox_tab
Wait for a Firefox tab to finish loading after opening or duplicating it, returning immediately if the load event already occurred.
Instructions
Wait until the Firefox extension reports a tab as fully loaded (event-driven; returns immediately if the event already arrived). Use it after open/duplicate to know when the page finished loading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID returned by open_firefox_tab or duplicate_firefox_tab. | |
| timeoutMs | No |