browser_wait
Wait for an element to appear, specific text to show, or a set duration before proceeding. Ensure conditions are met with a configurable timeout.
Instructions
Wait for a condition: element to appear, text to show, or fixed time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | No | Wait fixed milliseconds | |
| text | No | Wait for text to appear on page | |
| timeout | No | Max wait time in ms (default: 10000) | |
| selector | No | Wait for element matching selector |