此仓库并非独立维护分支, 生产使用时请格外注意版本锁定!
通过下方二维码即可与我联系
- Shell 执行(Execute)
- 带输出的执行(ExecuteWithOutput)
- 获取短路径名(GetShortPathName)
当前仅支持 网易 MuMu 模拟器 12.0 版本, 即 DisplayVersion 4.1 +
- 模拟器外部磁盘清理(DiskClear)
- 查询单个模拟器状态信息(GetDeviceStatus)
- 查询所有模拟器状态信息(GetDevicesStatus)
- 创建一个新的模拟器(CreateDevice)
- 批量创建模拟器(CreateDevices)
- 复制模拟器(CopyDevice)
- 批量复制模拟器(CopyDevices)
- 删除模拟器(DeleteDevice)
- 重命名模拟器(RenameDevice)
- 启动指定模拟器(StartDeviceByIndex)
- 启动所有模拟器(StartAllDevices)
- 停止指定模拟器(StopDeviceByIndex)
- 停止所有模拟器(StopAllDevices)
- 重启指定模拟器(RestartDeviceByIndex)
- 模拟器窗口排版(ArrangeDevices)
- 启动模拟器里的应用(StartApp)
- 在所有模拟器上启动应用(StartAppOnAllDevices)
- 停止模拟器里的应用(StopApp)
- 在所有模拟器上停止应用(StopAppOnAllDevices)
- 指定模拟器上查询应用信息(GetAppInfo)
- 模拟器屏幕旋转(RotateScreen)
- 模拟器返回主页(BackToHome)
- 模拟器返回操作(GoBack)
- 模拟器摇一摇(Shake)
- SQL 文件模板执行(LoadSQLTemplate)
Copyright 2024 tianxidev, All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.