navigate_back
Go back to the previous page in a WeChat mini-program during automated testing. Optionally waits for the page to finish loading, with configurable timeout.
Instructions
返回上一页(当前 automator 版本仅支持 delta=1)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delta | No | 返回层数,当前仅支持1 | |
| 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 |