switch_tab
Switches to a specified tab page in WeChat mini-program during automated testing, with configurable timeout and optional wait for page load.
Instructions
切换到指定Tab页
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Tab页路径 | |
| timeout | No | 等待超时时间(毫秒),默认5000ms | |
| waitForLoad | No | 是否等待页面加载完成,默认true |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| code | Yes | ||
| data | Yes | ||
| meta | Yes | ||
| error | Yes | ||
| warnings | Yes | ||
| nextActions | Yes | ||
| observation | Yes | ||
| partialData | Yes | ||
| schemaVersion | Yes |