Click or drag to resize

CefSharp.DevTools.DOM Namespace

Version 102.0.100

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

Classes
  ClassDescription
Public classAttributeModifiedEventArgs
Fired when `Element`'s attribute is modified.
Public classAttributeRemovedEventArgs
Fired when `Element`'s attribute is removed.
Public classBackendNode
Backend node with a friendly name.
Public classBoxModel
Box model.
Public classCharacterDataModifiedEventArgs
Mirrors `DOMCharacterDataModified` event.
Public classChildNodeCountUpdatedEventArgs
Fired when `Container`'s child node count has changed.
Public classChildNodeInsertedEventArgs
Mirrors `DOMNodeInserted` event.
Public classChildNodeRemovedEventArgs
Mirrors `DOMNodeRemoved` event.
Public classCollectClassNamesFromSubtreeResponse
CollectClassNamesFromSubtreeResponse
Public classCopyToResponse
CopyToResponse
Public classCSSComputedStyleProperty
CSSComputedStyleProperty
Public classDescribeNodeResponse
DescribeNodeResponse
Public classDistributedNodesUpdatedEventArgs
Called when distribution is changed.
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.<p>Note that `iframe` owner elements will return corresponding document elements as their child nodes.</p>
Public classGetAttributesResponse
GetAttributesResponse
Public classGetBoxModelResponse
GetBoxModelResponse
Public classGetContainerForNodeResponse
GetContainerForNodeResponse
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 classGetQueryingDescendantsForContainerResponse
GetQueryingDescendantsForContainerResponse
Public classGetRelayoutBoundaryResponse
GetRelayoutBoundaryResponse
Public classGetSearchResultsResponse
GetSearchResultsResponse
Public classInlineStyleInvalidatedEventArgs
Fired when `Element`'s inline style is modified via a CSS property modification.
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 classPseudoElementAddedEventArgs
Called when a pseudo element is added to an element.
Public classPseudoElementRemovedEventArgs
Called when a pseudo element is removed from an element.
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 classSetChildNodesEventArgs
Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.
Public classSetNodeNameResponse
SetNodeNameResponse
Public classShadowRootPoppedEventArgs
Called when shadow root is popped from the element.
Public classShadowRootPushedEventArgs
Called when shadow root is pushed into the element.
Public classShapeOutsideInfo
CSS Shape Outside details.
Enumerations
  EnumerationDescription
Public enumerationCompatibilityMode
Document compatibility mode.
Public enumerationEnableIncludeWhitespace
Whether to include whitespaces in the children array of returned Nodes.
Public enumerationPseudoType
Pseudo element type.
Public enumerationShadowRootType
Shadow root type.