KeyPressArguments

Arguments for a key press action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key name to press (for example, enter, tab, escape).

Link copied to clipboard
val presses: Int?

The number of times to press the key. Valid range: 1–100. Defaults to 1.

Functions

Link copied to clipboard
inline fun copy(block: KeyPressArguments.Builder.() -> Unit = {}): KeyPressArguments
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String