Skip to content
/ auium Public

Automated testing framework based on Kotlin and WebDriverAgent

License

Notifications You must be signed in to change notification settings

auium/auium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 11, 2021
fa2fdd9 · Aug 11, 2021

History

37 Commits
Jul 25, 2021
Aug 7, 2021
Aug 11, 2021
Aug 7, 2021
Jul 25, 2021
Aug 8, 2021
Aug 7, 2021
Jul 25, 2021
Aug 11, 2021
Jul 25, 2021
Jul 25, 2021
Aug 8, 2021

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