pl.wendigo.chrome.domain.domsnapshot

Package pl.wendigo.chrome.domain.domsnapshot

Types

CaptureSnapshotRequest

data class CaptureSnapshotRequest

Represents request frame that can be used with DOMSnapshot.captureSnapshot method call.

CaptureSnapshotResponse

data class CaptureSnapshotResponse

Represents response frame for DOMSnapshot.captureSnapshot method call.

ComputedStyle

data class ComputedStyle

A subset of the full ComputedStyle as defined by the request whitelist.

DocumentSnapshot

data class DocumentSnapshot

Document snapshot.

DOMNode

data class DOMNode

A Node in the DOM tree.

DOMSnapshotDomain

class DOMSnapshotDomain

This domain facilitates obtaining document snapshots with DOM, layout, and style information.

GetSnapshotRequest

data class GetSnapshotRequest

Represents request frame that can be used with DOMSnapshot.getSnapshot method call.

GetSnapshotResponse

data class GetSnapshotResponse

Represents response frame for DOMSnapshot.getSnapshot method call.

InlineTextBox

data class InlineTextBox

Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

LayoutTreeNode

data class LayoutTreeNode

Details of an element in the DOM tree with a LayoutObject.

LayoutTreeSnapshot

data class LayoutTreeSnapshot

Table of details of an element in the DOM tree with a LayoutObject.

NameValue

data class NameValue

A name/value pair.

NodeTreeSnapshot

data class NodeTreeSnapshot

Table containing nodes.

RareBooleanData

data class RareBooleanData

RareIntegerData

data class RareIntegerData

RareStringData

data class RareStringData

Data that is only present on rare nodes.

TextBoxSnapshot

data class TextBoxSnapshot

Table of details of the post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

Type Aliases

ArrayOfStrings

typealias ArrayOfStrings = List<StringIndex>

Index of the string in the strings table.

Rectangle

typealias Rectangle = List<Double>

StringIndex

typealias StringIndex = Int

Index of the string in the strings table.