MaestroDriver

@Serializable
data class MaestroDriver(val code: String, val screenshotFile: String?, val deviceHeight: Int, val deviceWidth: Int, val durationMs: Long, val elapsedTimeMs: Long, val timestamp: Instant, val x: Int? = null, val y: Int? = null) : SessionEvent, HasScreenshot

Constructors

Link copied to clipboard
constructor(code: String, screenshotFile: String?, deviceHeight: Int, deviceWidth: Int, durationMs: Long, elapsedTimeMs: Long, timestamp: Instant, x: Int? = null, y: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val deviceHeight: Int
Link copied to clipboard
open override val deviceWidth: Int
Link copied to clipboard
open override val durationMs: Long
Link copied to clipboard
open override val elapsedTimeMs: Long
Link copied to clipboard
open override val screenshotFile: String?
Link copied to clipboard
open override val timestamp: Instant
Link copied to clipboard
val x: Int? = null
Link copied to clipboard
val y: Int? = null