element_call_method
Call a method on a custom component instance in WeChat mini-programs. Provide element ID and method name, with optional args, to trigger specific component behavior during automation.
Instructions
调用自定义组件实例方法
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 方法参数 | |
| method | Yes | 需要调用的组件实例方法名,仅自定义组件可用 | |
| element_id | Yes |