Maestro Driver Log
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)