browser_wait
Wait for an element to appear or pause for a set time, ensuring the page is ready before continuing browser automation.
Instructions
Wait for an element to appear or a specified time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Selector/ref to wait for, or milliseconds (e.g., '1000' for 1 second) | |
| sessionId | No | Browser session ID |