wait_for
Wait for a selector or text to appear or disappear in a Chrome tab, with configurable timeout and frame options.
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) | |
| frameId | No | Act inside this frame (ids come from frames_list) | |
| selector | No | ||
| allFrames | No | Search every frame of the tab and act on the first that matches - use when a selector should match but does not (the element is in an iframe) | |
| timeoutMs | No | ||
| textContains | No |