Skip to content

auium/auium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auium

基于WebDriverAgent实现的简单驱动

安装

mvn命令

mvn clean install -DskipTests

项目内的mvnw(Windows mvnw.cmd)命令

./mvnw clean install -DskipTests

使用

  • 使用依赖
<dependency>
    <groupId>com.auium</groupId>
    <artifactId>auium</artifactId>
    <version>0.0.1</version>
</dependency>
  • example code
val driver = Driver("http://localhost:8100")
driver.session("your app bundleId")
driver.findElement(Selector.ClassChain("**/XCUIElementTypeButton[`name == 'Me'`]"))?.tap()
driver.close()

About

Automated testing framework based on Kotlin and WebDriverAgent

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published