DocumentSnapshot
@Serializable
Document snapshot.
Constructors
Link copied to clipboard
constructor(documentURL: Int, title: Int, baseURL: Int, contentLanguage: Int, encodingName: Int, publicId: Int, systemId: Int, frameId: Int, nodes: DOMSnapshot.NodeTreeSnapshot, layout: DOMSnapshot.LayoutTreeSnapshot, textBoxes: DOMSnapshot.TextBoxSnapshot, scrollOffsetX: Double? = null, scrollOffsetY: Double? = null, contentWidth: Double? = null, contentHeight: Double? = null)
Properties
Link copied to clipboard
Document content height.
Link copied to clipboard
Contains the document's content language.
Link copied to clipboard
Document content width.
Link copied to clipboard
Document URL that Document
or FrameOwner
node points to.
Link copied to clipboard
Contains the document's character set encoding.
Link copied to clipboard
The nodes in the layout tree.
Link copied to clipboard
A table with dom nodes.
Link copied to clipboard
Horizontal scroll offset.
Link copied to clipboard
Vertical scroll offset.
Link copied to clipboard
The post-layout inline text nodes.