DevToolsClientDOMSnapshot Property |
Version 118.6.80
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
Namespace:
CefSharp.DevTools
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public DOMSnapshotClient DOMSnapshot { get; }
public:
property DOMSnapshotClient^ DOMSnapshot {
DOMSnapshotClient^ get ();
}
Property Value
Type:
DOMSnapshotClientSee Also