wait_for
Wait for a webpage element or text to appear or disappear, with optional timeout and target tab, to synchronize browser automation actions.
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 |