ParikshanVideoConfig

data class ParikshanVideoConfig(val enabled: Boolean, val outputDir: String, val fps: Int, val showCursor: Boolean, val stepDelayMs: Long, val postRollMs: Long, val strategy: VideoStrategy = VideoStrategy.CLASS, val videoWidth: Int? = null, val videoHeight: Int? = null, val deviceScaleFactor: Double? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, outputDir: String, fps: Int, showCursor: Boolean, stepDelayMs: Long, postRollMs: Long, strategy: VideoStrategy = VideoStrategy.CLASS, videoWidth: Int? = null, videoHeight: Int? = null, deviceScaleFactor: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional device scale factor (DPR). When null, Playwright uses the default/device DPR.

Link copied to clipboard
Link copied to clipboard
val fps: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Explicit video height override. When null, Playwright infers from the viewport size.

Link copied to clipboard

Explicit video width override. When null, Playwright infers from the viewport size.