pl.wendigo.chrome.api.page / CaptureSnapshotResponse

CaptureSnapshotResponse

data class CaptureSnapshotResponse (source)

Represents response frame that is returned from 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>

CaptureSnapshotResponse(data: String)

Represents response frame that is returned from 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.

Properties

data

val data: String

Serialized page data.