# Weixin Mini Program Automatic
Weixin Mini Program Automation The SDK provides developers with a scheme for manipulating Mini Programs through external scripts for Mini Program automation testing purposes.
If you've used Selenium WebDriver or Puppeteer before, Then you can quickly get started.Weixin Mini Program The automated SDKs work in a similar way, with the main difference being that the control object is replaced by Mini Programs instead of browsers.
If you are familiar with Python, you can refer to Minium ,It supports running locally or directly in the cloud test plug-in of developer tools
# Characteristic
With the SDK, you can do the following:
- Control Weixin Mini Program to jump to the specified page
- Get Weixin Mini Program page data
- Get the Weixin Mini Program page element state
- Triggers the Weixin Mini Program element binding event
- Injecting code snippets into AppService
- Call any interface on a wx object
- ...
Check out Quick Start for details.