Class DocumentSnapshot
- Namespace
- OpenQA.Selenium.DevTools.V130.DOMSnapshot
- Assembly
- WebDriver.dll
DocumentSnapshot
public sealed class DocumentSnapshot
- Inheritance
-
DocumentSnapshot
- Inherited Members
Properties
BaseURL
baseURL
[JsonPropertyName("baseURL")]
public long BaseURL { get; set; }
Property Value
ContentHeight
contentHeight
[JsonPropertyName("contentHeight")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ContentHeight { get; set; }
Property Value
ContentLanguage
contentLanguage
[JsonPropertyName("contentLanguage")]
public long ContentLanguage { get; set; }
Property Value
ContentWidth
contentWidth
[JsonPropertyName("contentWidth")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ContentWidth { get; set; }
Property Value
DocumentURL
documentURL
[JsonPropertyName("documentURL")]
public long DocumentURL { get; set; }
Property Value
EncodingName
encodingName
[JsonPropertyName("encodingName")]
public long EncodingName { get; set; }
Property Value
FrameId
frameId
[JsonPropertyName("frameId")]
public long FrameId { get; set; }
Property Value
Layout
layout
[JsonPropertyName("layout")]
public LayoutTreeSnapshot Layout { get; set; }
Property Value
Nodes
nodes
[JsonPropertyName("nodes")]
public NodeTreeSnapshot Nodes { get; set; }
Property Value
PublicId
publicId
[JsonPropertyName("publicId")]
public long PublicId { get; set; }
Property Value
ScrollOffsetX
scrollOffsetX
[JsonPropertyName("scrollOffsetX")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ScrollOffsetX { get; set; }
Property Value
ScrollOffsetY
scrollOffsetY
[JsonPropertyName("scrollOffsetY")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ScrollOffsetY { get; set; }
Property Value
SystemId
systemId
[JsonPropertyName("systemId")]
public long SystemId { get; set; }
Property Value
TextBoxes
textBoxes
[JsonPropertyName("textBoxes")]
public TextBoxSnapshot TextBoxes { get; set; }
Property Value
Title
title
[JsonPropertyName("title")]
public long Title { get; set; }