chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.domsnapshot

Package org.hildan.chrome.devtools.domains.domsnapshot

Types

ArrayOfStrings

Index of the string in the strings table.

typealias ArrayOfStrings = List<StringIndex>

CaptureSnapshotRequest

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

data class CaptureSnapshotRequest

CaptureSnapshotResponse

Response type for the DOMSnapshotDomain.captureSnapshot command.

data class CaptureSnapshotResponse

ComputedStyle

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

data class ComputedStyle

DocumentSnapshot

Document snapshot.

data class DocumentSnapshot

DOMNode

A Node in the DOM tree.

data class DOMNode

DOMSnapshotDomain

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

class DOMSnapshotDomain

GetSnapshotRequest

Request object containing input parameters for the DOMSnapshotDomain.getSnapshot command.

data class GetSnapshotRequest

GetSnapshotResponse

Response type for the DOMSnapshotDomain.getSnapshot command.

data class GetSnapshotResponse

InlineTextBox

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

data class InlineTextBox

LayoutTreeNode

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

data class LayoutTreeNode

LayoutTreeSnapshot

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

data class LayoutTreeSnapshot

NameValue

A name/value pair.

data class NameValue

NodeTreeSnapshot

Table containing nodes.

data class NodeTreeSnapshot

RareBooleanData

Official doc

data class RareBooleanData

RareIntegerData

Official doc

data class RareIntegerData

RareStringData

Data that is only present on rare nodes.

data class RareStringData

Rectangle

Official doc

typealias Rectangle = List<Double>

StringIndex

Index of the string in the strings table.

typealias StringIndex = Int

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.

data class TextBoxSnapshot