com.personio.synthetics.model.actions.Key.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datadog-synthetic-test-support Show documentation
Show all versions of datadog-synthetic-test-support Show documentation
Kotlin library for managing Datadog Synthetic test as code
package com.personio.synthetics.model.actions
enum class Key(val value: String) {
ENTER("Enter"),
ARROW_UP("up"),
ARROW_DOWN("down"),
ARROW_RIGHT("right"),
ARROW_LEFT("left"),
TAB("Tab"),
ESCAPE("Escape"),
BACKSPACE("Backspace"),
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy