Click or drag to resize

CefSharp.DevTools.DOM Namespace

Version 86.0.240

[Missing <summary> documentation for "N:CefSharp.DevTools.DOM"]

Classes
  ClassDescription
Public classBackendNode
Backend node with a friendly name.
Public classBoxModel
Box model.
Public classCollectClassNamesFromSubtreeResponse
CollectClassNamesFromSubtreeResponse
Public classCopyToResponse
CopyToResponse
Public classCSSComputedStyleProperty
CSSComputedStyleProperty
Public classDescribeNodeResponse
DescribeNodeResponse
Public classDOMClient
This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an `id`. This `id` can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client's responsibility to collect information about the nodes that were sent to the client.

Note that `iframe` owner elements will return corresponding document elements as their child nodes.

Public classGetAttributesResponse
GetAttributesResponse
Public classGetBoxModelResponse
GetBoxModelResponse
Public classGetContentQuadsResponse
GetContentQuadsResponse
Public classGetDocumentResponse
GetDocumentResponse
Public classGetFileInfoResponse
GetFileInfoResponse
Public classGetFrameOwnerResponse
GetFrameOwnerResponse
Public classGetNodeForLocationResponse
GetNodeForLocationResponse
Public classGetNodesForSubtreeByStyleResponse
GetNodesForSubtreeByStyleResponse
Public classGetNodeStackTracesResponse
GetNodeStackTracesResponse
Public classGetOuterHTMLResponse
GetOuterHTMLResponse
Public classGetRelayoutBoundaryResponse
GetRelayoutBoundaryResponse
Public classGetSearchResultsResponse
GetSearchResultsResponse
Public classMoveToResponse
MoveToResponse
Public classNode
DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type.
Public classPerformSearchResponse
PerformSearchResponse
Public classPushNodeByPathToFrontendResponse
PushNodeByPathToFrontendResponse
Public classPushNodesByBackendIdsToFrontendResponse
PushNodesByBackendIdsToFrontendResponse
Public classQuerySelectorAllResponse
QuerySelectorAllResponse
Public classQuerySelectorResponse
QuerySelectorResponse
Public classRect
Rectangle.
Public classRequestNodeResponse
RequestNodeResponse
Public classResolveNodeResponse
ResolveNodeResponse
Public classRGBA
A structure holding an RGBA color.
Public classSetNodeNameResponse
SetNodeNameResponse
Public classShapeOutsideInfo
CSS Shape Outside details.
Enumerations
  EnumerationDescription
Public enumerationPseudoType
Pseudo element type.
Public enumerationShadowRootType
Shadow root type.