CaptureSnapshotRequest

@Serializable
data class CaptureSnapshotRequest(val format: SnapshotFormat? = null)

Request object containing input parameters for the PageDomain.captureSnapshot command.

Constructors

Link copied to clipboard
constructor(format: SnapshotFormat? = null)

Types

Link copied to clipboard
class Builder

A builder for CaptureSnapshotRequest, which allows setting the optional parameters of the PageDomain.captureSnapshot command via a lambda.

Properties

Link copied to clipboard
val format: SnapshotFormat? = null

Format (defaults to mhtml).