Package org.hildan.chrome.devtools.domains.dom
See: Description
-
Class Summary Class Description CollectClassNamesFromSubtreeRequest Request object containing input parameters for the DOMDomain.collectClassNamesFromSubtree command. CollectClassNamesFromSubtreeResponse Response type for the DOMDomain.collectClassNamesFromSubtree command. CopyToRequest Request object containing input parameters for the DOMDomain.copyTo command. CopyToResponse Response type for the DOMDomain.copyTo command. DescribeNodeRequest Request object containing input parameters for the DOMDomain.describeNode command. DescribeNodeResponse Response type for the DOMDomain.describeNode command. ScrollIntoViewIfNeededRequest Request object containing input parameters for the DOMDomain.scrollIntoViewIfNeeded command. DiscardSearchResultsRequest Request object containing input parameters for the DOMDomain.discardSearchResults command. FocusRequest Request object containing input parameters for the DOMDomain.focus command. GetAttributesRequest Request object containing input parameters for the DOMDomain.getAttributes command. GetAttributesResponse Response type for the DOMDomain.getAttributes command. GetBoxModelRequest Request object containing input parameters for the DOMDomain.getBoxModel command. GetBoxModelResponse Response type for the DOMDomain.getBoxModel command. GetContentQuadsRequest Request object containing input parameters for the DOMDomain.getContentQuads command. GetContentQuadsResponse Response type for the DOMDomain.getContentQuads command. GetDocumentRequest Request object containing input parameters for the DOMDomain.getDocument command. GetDocumentResponse Response type for the DOMDomain.getDocument command. GetFlattenedDocumentRequest Request object containing input parameters for the DOMDomain.getFlattenedDocument command. GetFlattenedDocumentResponse Response type for the DOMDomain.getFlattenedDocument command. GetNodesForSubtreeByStyleRequest Request object containing input parameters for the DOMDomain.getNodesForSubtreeByStyle command. GetNodesForSubtreeByStyleResponse Response type for the DOMDomain.getNodesForSubtreeByStyle command. GetNodeForLocationRequest Request object containing input parameters for the DOMDomain.getNodeForLocation command. GetNodeForLocationResponse Response type for the DOMDomain.getNodeForLocation command. GetOuterHTMLRequest Request object containing input parameters for the DOMDomain.getOuterHTML command. GetOuterHTMLResponse Response type for the DOMDomain.getOuterHTML command. GetRelayoutBoundaryRequest Request object containing input parameters for the DOMDomain.getRelayoutBoundary command. GetRelayoutBoundaryResponse Response type for the DOMDomain.getRelayoutBoundary command. GetSearchResultsRequest Request object containing input parameters for the DOMDomain.getSearchResults command. GetSearchResultsResponse Response type for the DOMDomain.getSearchResults command. MoveToRequest Request object containing input parameters for the DOMDomain.moveTo command. MoveToResponse Response type for the DOMDomain.moveTo command. PerformSearchRequest Request object containing input parameters for the DOMDomain.performSearch command. PerformSearchResponse Response type for the DOMDomain.performSearch command. PushNodeByPathToFrontendRequest Request object containing input parameters for the DOMDomain.pushNodeByPathToFrontend command. PushNodeByPathToFrontendResponse Response type for the DOMDomain.pushNodeByPathToFrontend command. PushNodesByBackendIdsToFrontendRequest Request object containing input parameters for the DOMDomain.pushNodesByBackendIdsToFrontend command. PushNodesByBackendIdsToFrontendResponse Response type for the DOMDomain.pushNodesByBackendIdsToFrontend command. QuerySelectorRequest Request object containing input parameters for the DOMDomain.querySelector command. QuerySelectorResponse Response type for the DOMDomain.querySelector command. QuerySelectorAllRequest Request object containing input parameters for the DOMDomain.querySelectorAll command. QuerySelectorAllResponse Response type for the DOMDomain.querySelectorAll command. RemoveAttributeRequest Request object containing input parameters for the DOMDomain.removeAttribute command. RemoveNodeRequest Request object containing input parameters for the DOMDomain.removeNode command. RequestChildNodesRequest Request object containing input parameters for the DOMDomain.requestChildNodes command. RequestNodeRequest Request object containing input parameters for the DOMDomain.requestNode command. RequestNodeResponse Response type for the DOMDomain.requestNode command. ResolveNodeRequest Request object containing input parameters for the DOMDomain.resolveNode command. ResolveNodeResponse Response type for the DOMDomain.resolveNode command. SetAttributeValueRequest Request object containing input parameters for the DOMDomain.setAttributeValue command. SetAttributesAsTextRequest Request object containing input parameters for the DOMDomain.setAttributesAsText command. SetFileInputFilesRequest Request object containing input parameters for the DOMDomain.setFileInputFiles command. SetNodeStackTracesEnabledRequest Request object containing input parameters for the DOMDomain.setNodeStackTracesEnabled command. GetNodeStackTracesRequest Request object containing input parameters for the DOMDomain.getNodeStackTraces command. GetNodeStackTracesResponse Response type for the DOMDomain.getNodeStackTraces command. GetFileInfoRequest Request object containing input parameters for the DOMDomain.getFileInfo command. GetFileInfoResponse Response type for the DOMDomain.getFileInfo command. SetInspectedNodeRequest Request object containing input parameters for the DOMDomain.setInspectedNode command. SetNodeNameRequest Request object containing input parameters for the DOMDomain.setNodeName command. SetNodeNameResponse Response type for the DOMDomain.setNodeName command. SetNodeValueRequest Request object containing input parameters for the DOMDomain.setNodeValue command. SetOuterHTMLRequest Request object containing input parameters for the DOMDomain.setOuterHTML command. GetFrameOwnerRequest Request object containing input parameters for the DOMDomain.getFrameOwner command. GetFrameOwnerResponse Response type for the DOMDomain.getFrameOwner command. DOMDomain This domain exposes DOM read/write operations. BackendNode Backend node with a friendly name. Node DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. RGBA A structure holding an RGBA color. BoxModel Box model. ShapeOutsideInfo CSS Shape Outside details. Rect Rectangle. CSSComputedStyleProperty Official doc DOMAttributes Represents HTML attributes of a DOM element. DOMExtensionsKt -
Enum Summary Enum Description PseudoType Pseudo element type. ShadowRootType Shadow root type.