All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maestro.orchestra.ElementTrait.kt Maven / Gradle / Ivy

Go to download

Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.

There is a newer version: 1.38.1
Show newest version
package maestro.orchestra

enum class ElementTrait(val description: String) {
    TEXT("Has text"),
    SQUARE("Is square"),
    LONG_TEXT("Has long text"),
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy