wait_for
Pause script execution until a specific element or text appears or disappears in the browser tab.
Instructions
Wait for a selector or text to appear/disappear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gone | No | ||
| tabId | No | Target tab id (defaults to the active tab) | |
| selector | No | ||
| timeoutMs | No | ||
| textContains | No |