RecordingConfig

The recording configuration for a browser. This structure defines how browser sessions are recorded.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether recording is enabled for the browser. When set to true, browser sessions are recorded.

Link copied to clipboard

The Amazon S3 location where browser recordings are stored. This location contains the recorded browser sessions.

Functions

Link copied to clipboard
inline fun copy(block: RecordingConfig.Builder.() -> Unit = {}): RecordingConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String