browser_wait
Wait for a specific element, text, or URL to appear on a page, with optional timeout, to ensure the page is ready before proceeding.
Instructions
Wait for element/text/URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Wait for URL pattern | |
| text | No | Wait for text | |
| session | No | Session name | |
| timeout | No | Timeout in ms | |
| selector | No | Wait for element |