browser_wait_for
Wait for a timeout, text appearance, or text disappearance in the browser, synchronizing automation with page states for reliable workflows.
Instructions
等待条件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 等待文本出现 | |
| time | Yes | 等待毫秒数 | |
| textGone | Yes | 等待文本消失 | |
| _agent_id | No | 隔离键:同一 agent 的所有调用传相同的值以保持其浏览器;不同 agent 传不同的值以获取独立浏览器。省略则共享默认浏览器。 |