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
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
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.