maestro.orchestra.yaml.YamlAction.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maestro-orchestra Show documentation
Show all versions of maestro-orchestra Show documentation
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.
package maestro.orchestra.yaml
data class YamlActionBack(
val label: String? = null,
)
data class YamlActionClearKeychain(
val label: String? = null,
)
data class YamlActionHideKeyboard(
val label: String? = null,
)
data class YamlActionPasteText(
val label: String? = null,
)
data class YamlActionScroll(
val label: String? = null,
)