browser_wait
Wait for a condition before continuing browser automation: element, text, URL, network idle, or fixed delay.
Instructions
Purpose: Wait for a condition before continuing: an element/selector to appear, a fixed number of milliseconds, specific text… Constraints: condition selects the mode: selector (CSS/@ref in value), ms (milliseconds in value), text (value is the text to await), url (value is a URL glob like '**/dashboard')… Example: browser_wait(condition='load', value='networkidle', session='recon')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | ||
| session | No | default | |
| condition | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||