browser_wait
Pause browser automation for a set time or until specified text or a selector appears, so scripts can wait for page state changes.
Instructions
Wait for a number of milliseconds, or until text/selector appears.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | No | Milliseconds to wait (default 1000) | |
| text | No | ||
| selector | No |