DOMSnapshotClient Class |
Namespace: CefSharp.DevTools.DOMSnapshot
The DOMSnapshotClient type exposes the following members.
Name | Description | |
---|---|---|
DOMSnapshotClient | Initializes a new instance of the DOMSnapshotClient class |
Name | Description | |
---|---|---|
CaptureSnapshotAsync |
Returns a document snapshot, including the full DOM tree of the root node (including iframes,
template contents, and imported documents) in a flattened array, as well as layout and
white-listed computed style information for the nodes. Shadow DOM in the returned DOM tree is
flattened.
| |
DisableAsync |
Disables DOM snapshot agent for the given page.
| |
EnableAsync |
Enables DOM snapshot agent for the given page.
| |
EnumToString(Enum) | (Inherited from DevToolsDomainBase.) | |
EnumToString(DisabledImageType) | (Inherited from DevToolsDomainBase.) | |
EnumToString(PermissionType) | (Inherited from DevToolsDomainBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToBase64String | (Inherited from DevToolsDomainBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |