element_callMethod
Invoke a method on a custom component instance in a WeChat mini program, enabling automated testing and interaction with component-specific behaviors.
Instructions
调用组件实例指定方法,仅自定义组件可以使用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | ||
| selector | Yes | ||
| innerSelector | No | ||
| method | Yes | ||
| args | No |