D O M Node
data class DOMNode(nodeType: Int, nodeName: String, nodeValue: String, textValue: String?, inputValue: String?, inputChecked: Boolean?, optionSelected: Boolean?, backendNodeId: BackendNodeId, childNodeIndexes: List<Int>?, attributes: List<NameValue>?, pseudoElementIndexes: List<Int>?, layoutNodeIndex: Int?, documentURL: String?, baseURL: String?, contentLanguage: String?, documentEncoding: String?, publicId: String?, systemId: String?, frameId: FrameId?, contentDocumentIndex: Int?, pseudoType: PseudoType?, shadowRootType: ShadowRootType?, isClickable: Boolean?, eventListeners: List<EventListener>?, currentSourceURL: String?, originURL: String?, scrollOffsetX: Double?, scrollOffsetY: Double?)
Content copied to clipboard
A Node in the DOM tree.
Constructors
DOMNode
Link copied to clipboard
fun DOMNode(nodeType: Int, nodeName: String, nodeValue: String, textValue: String? = null, inputValue: String? = null, inputChecked: Boolean? = null, optionSelected: Boolean? = null, backendNodeId: BackendNodeId, childNodeIndexes: List<Int>? = null, attributes: List<NameValue>? = null, pseudoElementIndexes: List<Int>? = null, layoutNodeIndex: Int? = null, documentURL: String? = null, baseURL: String? = null, contentLanguage: String? = null, documentEncoding: String? = null, publicId: String? = null, systemId: String? = null, frameId: FrameId? = null, contentDocumentIndex: Int? = null, pseudoType: PseudoType? = null, shadowRootType: ShadowRootType? = null, isClickable: Boolean? = null, eventListeners: List<EventListener>? = null, currentSourceURL: String? = null, originURL: String? = null, scrollOffsetX: Double? = null, scrollOffsetY: Double? = null)
Content copied to clipboard
Properties
attributes
Link copied to clipboard
backendNodeId
Link copied to clipboard
childNodeIndexes
Link copied to clipboard
contentDocumentIndex
Link copied to clipboard
contentLanguage
Link copied to clipboard
currentSourceURL
Link copied to clipboard
documentEncoding
Link copied to clipboard
documentURL
Link copied to clipboard
eventListeners
Link copied to clipboard
inputChecked
Link copied to clipboard
inputValue
Link copied to clipboard
isClickable
Link copied to clipboard
layoutNodeIndex
Link copied to clipboard
optionSelected
Link copied to clipboard
pseudoElementIndexes
Link copied to clipboard
pseudoType
Link copied to clipboard
scrollOffsetX
Link copied to clipboard
scrollOffsetY
Link copied to clipboard
shadowRootType
Link copied to clipboard
Sources
jvm source
Link copied to clipboard