| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Class NodeTreeSnapshot </title> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="title" content="Class NodeTreeSnapshot "> |
| |
| <meta name="description" content="NodeTreeSnapshot"> |
| <link rel="icon" href="../images/favicon.ico"> |
| <link rel="stylesheet" href="../public/docfx.min.css"> |
| <link rel="stylesheet" href="../public/main.css"> |
| <meta name="docfx:navrel" content="../toc.html"> |
| <meta name="docfx:tocrel" content="toc.html"> |
| |
| <meta name="docfx:rel" content="../"> |
| |
| |
| <meta name="docfx:docurl" content="https://github.com/SeleniumHQ/selenium/new/trunk/apiSpec/new?filename=OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot.md&value=---%0Auid%3A%20OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
| <meta name="loc:inThisArticle" content="In this article"> |
| <meta name="loc:searchResultsCount" content="{count} results for "{query}""> |
| <meta name="loc:searchNoResults" content="No results for "{query}""> |
| <meta name="loc:tocFilter" content="Filter by title"> |
| <meta name="loc:nextArticle" content="Next"> |
| <meta name="loc:prevArticle" content="Previous"> |
| <meta name="loc:themeLight" content="Light"> |
| <meta name="loc:themeDark" content="Dark"> |
| <meta name="loc:themeAuto" content="Auto"> |
| <meta name="loc:changeTheme" content="Change theme"> |
| <meta name="loc:copy" content="Copy"> |
| <meta name="loc:downloadPdf" content="Download PDF"> |
| |
| <script type="module" src="./../public/docfx.min.js"></script> |
| |
| <script> |
| const theme = localStorage.getItem('theme') || 'auto' |
| document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme) |
| </script> |
| |
| </head> |
| |
| <body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference"> |
| <header class="bg-body border-bottom"> |
| <nav id="autocollapse" class="navbar navbar-expand-md" role="navigation"> |
| <div class="container-xxl flex-nowrap"> |
| <a class="navbar-brand" href="../index.html"> |
| <img id="logo" class="svg" src="../images/logo.svg" alt="Selenium .NET API"> |
| Selenium .NET API |
| </a> |
| <button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation"> |
| <i class="bi bi-three-dots"></i> |
| </button> |
| <div class="collapse navbar-collapse" id="navpanel"> |
| <div id="navbar"> |
| <form class="search" role="search" id="search"> |
| <i class="bi bi-search"></i> |
| <input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search"> |
| </form> |
| </div> |
| </div> |
| </div> |
| </nav> |
| </header> |
| |
| <main class="container-xxl"> |
| <div class="toc-offcanvas"> |
| <div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel"> |
| <div class="offcanvas-header"> |
| <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5> |
| <button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button> |
| </div> |
| <div class="offcanvas-body"> |
| <nav class="toc" id="toc"></nav> |
| </div> |
| </div> |
| </div> |
| |
| <div class="content"> |
| <div class="actionbar"> |
| <button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents"> |
| <i class="bi bi-list"></i> |
| </button> |
| |
| <nav id="breadcrumb"></nav> |
| </div> |
| |
| <article data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot"> |
| |
| |
| |
| <h1 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot" class="text-break"> |
| Class NodeTreeSnapshot <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L9"><i class="bi bi-code-slash"></i></a> |
| </h1> |
| |
| <div class="facts text-secondary"> |
| <dl><dt>Namespace</dt><dd><a class="xref" href="OpenQA.html">OpenQA</a>.<a class="xref" href="OpenQA.Selenium.html">Selenium</a>.<a class="xref" href="OpenQA.Selenium.DevTools.html">DevTools</a>.<a class="xref" href="OpenQA.Selenium.DevTools.V130.html">V130</a>.<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.html">DOMSnapshot</a></dd></dl> |
| <dl><dt>Assembly</dt><dd>WebDriver.dll</dd></dl> |
| </div> |
| |
| <div class="markdown summary"><p>NodeTreeSnapshot</p> |
| </div> |
| <div class="markdown conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public sealed class NodeTreeSnapshot</code></pre> |
| </div> |
| |
| |
| |
| |
| <dl class="typelist inheritance"> |
| <dt>Inheritance</dt> |
| <dd> |
| <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> |
| <div><span class="xref">NodeTreeSnapshot</span></div> |
| </dd> |
| </dl> |
| |
| |
| |
| <dl class="typelist inheritedMembers"> |
| <dt>Inherited Members</dt> |
| <dd> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> |
| </div> |
| </dd></dl> |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="properties">Properties |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_Attributes_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.Attributes*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_Attributes" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.Attributes"> |
| Attributes |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L74"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>attributes</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("attributes")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public string[][] Attributes { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[][]</dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_BackendNodeId_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.BackendNodeId*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_BackendNodeId" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.BackendNodeId"> |
| BackendNodeId |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L64"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>backendNodeId</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("backendNodeId")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public long[] BackendNodeId { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>[]</dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_ContentDocumentIndex_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.ContentDocumentIndex*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_ContentDocumentIndex" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.ContentDocumentIndex"> |
| ContentDocumentIndex |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L124"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>contentDocumentIndex</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("contentDocumentIndex")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareIntegerData ContentDocumentIndex { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareIntegerData.html">RareIntegerData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_CurrentSourceURL_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.CurrentSourceURL*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_CurrentSourceURL" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.CurrentSourceURL"> |
| CurrentSourceURL |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L164"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>currentSourceURL</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("currentSourceURL")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareStringData CurrentSourceURL { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareStringData.html">RareStringData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_InputChecked_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.InputChecked*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_InputChecked" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.InputChecked"> |
| InputChecked |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L104"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>inputChecked</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("inputChecked")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareBooleanData InputChecked { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareBooleanData.html">RareBooleanData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_InputValue_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.InputValue*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_InputValue" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.InputValue"> |
| InputValue |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L94"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>inputValue</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("inputValue")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareStringData InputValue { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareStringData.html">RareStringData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_IsClickable_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.IsClickable*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_IsClickable" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.IsClickable"> |
| IsClickable |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L154"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>isClickable</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("isClickable")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareBooleanData IsClickable { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareBooleanData.html">RareBooleanData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_NodeName_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.NodeName*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_NodeName" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.NodeName"> |
| NodeName |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L44"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>nodeName</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("nodeName")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public long[] NodeName { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>[]</dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_NodeType_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.NodeType*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_NodeType" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.NodeType"> |
| NodeType |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L24"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>nodeType</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("nodeType")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public long[] NodeType { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>[]</dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_NodeValue_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.NodeValue*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_NodeValue" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.NodeValue"> |
| NodeValue |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L54"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>nodeValue</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("nodeValue")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public long[] NodeValue { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>[]</dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_OptionSelected_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.OptionSelected*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_OptionSelected" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.OptionSelected"> |
| OptionSelected |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L114"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>optionSelected</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("optionSelected")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareBooleanData OptionSelected { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareBooleanData.html">RareBooleanData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_OriginURL_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.OriginURL*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_OriginURL" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.OriginURL"> |
| OriginURL |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L174"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>originURL</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("originURL")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareStringData OriginURL { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareStringData.html">RareStringData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_ParentIndex_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.ParentIndex*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_ParentIndex" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.ParentIndex"> |
| ParentIndex |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L14"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>parentIndex</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("parentIndex")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public long[] ParentIndex { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>[]</dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_PseudoIdentifier_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.PseudoIdentifier*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_PseudoIdentifier" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.PseudoIdentifier"> |
| PseudoIdentifier |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L144"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>pseudoIdentifier</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("pseudoIdentifier")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareStringData PseudoIdentifier { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareStringData.html">RareStringData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_PseudoType_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.PseudoType*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_PseudoType" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.PseudoType"> |
| PseudoType |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L134"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>pseudoType</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("pseudoType")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareStringData PseudoType { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareStringData.html">RareStringData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_ShadowRootType_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.ShadowRootType*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_ShadowRootType" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.ShadowRootType"> |
| ShadowRootType |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L34"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>shadowRootType</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("shadowRootType")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareStringData ShadowRootType { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareStringData.html">RareStringData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_TextValue_" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.TextValue*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOMSnapshot_NodeTreeSnapshot_TextValue" data-uid="OpenQA.Selenium.DevTools.V130.DOMSnapshot.NodeTreeSnapshot.TextValue"> |
| TextValue |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L84"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>textValue</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[JsonPropertyName("textValue")] |
| [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)] |
| public RareStringData TextValue { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.V130.DOMSnapshot.RareStringData.html">RareStringData</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| </article> |
| |
| <div class="contribution d-print-none"> |
| <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOMSnapshot/NodeTreeSnapshot.cs/#L9" class="edit-link">Edit this page</a> |
| </div> |
| |
| |
| </div> |
| |
| <div class="affix"> |
| <nav id="affix"></nav> |
| </div> |
| </main> |
| |
| <div class="container-xxl search-results" id="search-results"></div> |
| |
| <footer class="border-top text-secondary"> |
| <div class="container-xxl"> |
| <div class="flex-fill"> |
| <span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span> |
| </div> |
| </div> |
| </footer> |
| </body> |
| </html> |