Skip to content
本页目录

广告 ADS

sonic-driver-core

本文为Sonic UI自动化Driver核心sonic-driver-core的介绍与原理简述。 👉Github地址

👉Java Doc

本仓库贡献者

介绍

sonic-driver-core是Sonic UI自动化核心,主要直接通过与

  1. appium-uiautomator2-server
  2. WebDriverAgent
  3. Poco-SDK

通信达到自动化效果,减少通信过程中的时延与消耗。

API文档可前往:👉Java Doc

快速使用

Maven Central

xml
<dependency>
    <groupId>io.github.soniccloudorg</groupId>
    <artifactId>sonic-driver-core</artifactId>
    <version>1.1.29</version>
</dependency>

Gradle

groovy
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.29'

本文贡献者