browser_wait_for
Wait for a web page condition: element visible, text present, or network idle before proceeding with automation tasks.
Instructions
Wait until a condition holds (selector visible, text appears, or network idle).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | No | ||
| selector | No | ||
| timeout_ms | No | ||
| networkidle | No |