pl.wendigo.chrome.api.page / CaptureSnapshotRequest

CaptureSnapshotRequest

data class CaptureSnapshotRequest (source)

Represents request frame that can be used with Page#captureSnapshot operation call.

Returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles.

Link
Page#captureSnapshot method documentation.

See Also

PageOperations.captureSnapshot

Constructors

<init>

CaptureSnapshotRequest(format: String? = null)

Represents request frame that can be used with Page#captureSnapshot operation call.

Properties

format

val format: String?

Format (defaults to mhtml).