Class GetSnapshotCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V85.DOMSnapshot
- Assembly
- WebDriver.dll
Response for GetSnapshot
public sealed class GetSnapshotCommandResponse : ICommandResponse<GetSnapshotCommandSettings>, ICommandResponse
- Inheritance
-
GetSnapshotCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ComputedStyles
Gets or sets the computedStyles
[JsonPropertyName("computedStyles")]
public ComputedStyle[] ComputedStyles { get; set; }
Property Value
DomNodes
Gets or sets the domNodes
[JsonPropertyName("domNodes")]
public DOMNode[] DomNodes { get; set; }
Property Value
- DOMNode[]
LayoutTreeNodes
Gets or sets the layoutTreeNodes
[JsonPropertyName("layoutTreeNodes")]
public LayoutTreeNode[] LayoutTreeNodes { get; set; }