MaestroDriverLog

data class MaestroDriverLog(val viewHierarchy: ViewHierarchyTreeNode?, val screenshotFile: String?, val action: MaestroDriverActionType, val durationMs: Long, val session: String, val timestamp: <Error class: unknown class>, val deviceHeight: Int, val deviceWidth: Int) : TrailblazeLog, HasScreenshot, HasDuration

Constructors

Link copied to clipboard
constructor(viewHierarchy: ViewHierarchyTreeNode?, screenshotFile: String?, action: MaestroDriverActionType, durationMs: Long, session: String, timestamp: <Error class: unknown class>, deviceHeight: Int, deviceWidth: Int)

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

Duration in milliseconds

Link copied to clipboard
open override val screenshotFile: String?
Link copied to clipboard
open override val session: String
Link copied to clipboard
open override val timestamp: <Error class: unknown class>
Link copied to clipboard
open override val type: AgentLogEventType
Link copied to clipboard