DOMNode
constructor(nodeType: Int, nodeName: String, nodeValue: String, textValue: String? = null, inputValue: String? = null, inputChecked: Boolean? = null, optionSelected: Boolean? = null, backendNodeId: Int, childNodeIndexes: List<Int>? = null, attributes: List<DOMSnapshot.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: String? = null, contentDocumentIndex: Int? = null, pseudoType: DOM.PseudoType? = null, shadowRootType: DOM.ShadowRootType? = null, isClickable: Boolean? = null, eventListeners: List<DOMDebugger.EventListener>? = null, currentSourceURL: String? = null, originURL: String? = null, scrollOffsetX: Double? = null, scrollOffsetY: Double? = null)