page_waitElement
Wait for a specific element to appear on a WeChat mini program page. Supports index syntax and configurable timeout and retry intervals.
Instructions
等待指定选择器的元素出现在页面上。支持 [index=N] 语法选择第 N 个元素。增强版:增加了超时和重试间隔参数。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | ||
| selector | Yes | ||
| timeout | No | ||
| retryInterval | No |