| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Class DOMAdapter </title> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="title" content="Class DOMAdapter "> |
| |
| <meta name="description" content="Represents an adapter for the DOM domain to simplify the command interface."> |
| <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_DOM_DOMAdapter.md&value=---%0Auid%3A%20OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter%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.DOM.DOMAdapter"> |
| |
| |
| |
| <h1 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter" class="text-break"> |
| Class DOMAdapter <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L13"><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.DOM.html">DOM</a></dd></dl> |
| <dl><dt>Assembly</dt><dd>WebDriver.dll</dd></dl> |
| </div> |
| |
| <div class="markdown summary"><p>Represents an adapter for the DOM domain to simplify the command interface.</p> |
| </div> |
| <div class="markdown conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public class DOMAdapter</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">DOMAdapter</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.memberwiseclone">object.MemberwiseClone()</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="constructors">Constructors |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter__ctor_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.#ctor*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter__ctor_OpenQA_Selenium_DevTools_IDevToolsSession_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.#ctor(OpenQA.Selenium.DevTools.IDevToolsSession)"> |
| DOMAdapter(IDevToolsSession) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L23"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Initializes a new instance of the DOMAdapter class.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public DOMAdapter(IDevToolsSession session)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>session</code> <a class="xref" href="OpenQA.Selenium.DevTools.IDevToolsSession.html">IDevToolsSession</a></dt> |
| <dd><p>The IDevToolsSession to be used with this adapter.</p> |
| </dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="properties">Properties |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Session_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Session*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Session" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Session"> |
| Session |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L48"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>Gets the DevToolsSession associated with the adapter.</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public IDevToolsSession Session { get; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="OpenQA.Selenium.DevTools.IDevToolsSession.html">IDevToolsSession</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="methods">Methods |
| </h2> |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_CollectClassNamesFromSubtree_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.CollectClassNamesFromSubtree*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_CollectClassNamesFromSubtree_OpenQA_Selenium_DevTools_V130_DOM_CollectClassNamesFromSubtreeCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.CollectClassNamesFromSubtree(OpenQA.Selenium.DevTools.V130.DOM.CollectClassNamesFromSubtreeCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| CollectClassNamesFromSubtree(CollectClassNamesFromSubtreeCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L121"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>collectClassNamesFromSubtree</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<CollectClassNamesFromSubtreeCommandResponse> CollectClassNamesFromSubtree(CollectClassNamesFromSubtreeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.CollectClassNamesFromSubtreeCommandSettings.html">CollectClassNamesFromSubtreeCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.CollectClassNamesFromSubtreeCommandResponse.html">CollectClassNamesFromSubtreeCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_CopyTo_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.CopyTo*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_CopyTo_OpenQA_Selenium_DevTools_V130_DOM_CopyToCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.CopyTo(OpenQA.Selenium.DevTools.V130.DOM.CopyToCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| CopyTo(CopyToCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L128"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>copyTo</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<CopyToCommandResponse> CopyTo(CopyToCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.CopyToCommandSettings.html">CopyToCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.CopyToCommandResponse.html">CopyToCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_DescribeNode_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.DescribeNode*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_DescribeNode_OpenQA_Selenium_DevTools_V130_DOM_DescribeNodeCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.DescribeNode(OpenQA.Selenium.DevTools.V130.DOM.DescribeNodeCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| DescribeNode(DescribeNodeCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L135"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>describeNode</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<DescribeNodeCommandResponse> DescribeNode(DescribeNodeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.DescribeNodeCommandSettings.html">DescribeNodeCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.DescribeNodeCommandResponse.html">DescribeNodeCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Disable_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Disable*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Disable_OpenQA_Selenium_DevTools_V130_DOM_DisableCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Disable(OpenQA.Selenium.DevTools.V130.DOM.DisableCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Disable(DisableCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L149"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>disable</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<DisableCommandResponse> Disable(DisableCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.DisableCommandSettings.html">DisableCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.DisableCommandResponse.html">DisableCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_DiscardSearchResults_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.DiscardSearchResults*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_DiscardSearchResults_OpenQA_Selenium_DevTools_V130_DOM_DiscardSearchResultsCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.DiscardSearchResults(OpenQA.Selenium.DevTools.V130.DOM.DiscardSearchResultsCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| DiscardSearchResults(DiscardSearchResultsCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L156"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>discardSearchResults</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<DiscardSearchResultsCommandResponse> DiscardSearchResults(DiscardSearchResultsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.DiscardSearchResultsCommandSettings.html">DiscardSearchResultsCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.DiscardSearchResultsCommandResponse.html">DiscardSearchResultsCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Enable_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Enable*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Enable_OpenQA_Selenium_DevTools_V130_DOM_EnableCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Enable(OpenQA.Selenium.DevTools.V130.DOM.EnableCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Enable(EnableCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L163"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>enable</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<EnableCommandResponse> Enable(EnableCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.EnableCommandSettings.html">EnableCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.EnableCommandResponse.html">EnableCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Focus_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Focus*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Focus_OpenQA_Selenium_DevTools_V130_DOM_FocusCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Focus(OpenQA.Selenium.DevTools.V130.DOM.FocusCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Focus(FocusCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L170"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>focus</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<FocusCommandResponse> Focus(FocusCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.FocusCommandSettings.html">FocusCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.FocusCommandResponse.html">FocusCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetAnchorElement_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetAnchorElement*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetAnchorElement_OpenQA_Selenium_DevTools_V130_DOM_GetAnchorElementCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetAnchorElement(OpenQA.Selenium.DevTools.V130.DOM.GetAnchorElementCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetAnchorElement(GetAnchorElementCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L478"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getAnchorElement</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetAnchorElementCommandResponse> GetAnchorElement(GetAnchorElementCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetAnchorElementCommandSettings.html">GetAnchorElementCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetAnchorElementCommandResponse.html">GetAnchorElementCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetAttributes_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetAttributes*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetAttributes_OpenQA_Selenium_DevTools_V130_DOM_GetAttributesCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetAttributes(OpenQA.Selenium.DevTools.V130.DOM.GetAttributesCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetAttributes(GetAttributesCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L177"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getAttributes</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetAttributesCommandResponse> GetAttributes(GetAttributesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetAttributesCommandSettings.html">GetAttributesCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetAttributesCommandResponse.html">GetAttributesCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetBoxModel_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetBoxModel*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetBoxModel_OpenQA_Selenium_DevTools_V130_DOM_GetBoxModelCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetBoxModel(OpenQA.Selenium.DevTools.V130.DOM.GetBoxModelCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetBoxModel(GetBoxModelCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L184"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getBoxModel</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetBoxModelCommandResponse> GetBoxModel(GetBoxModelCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetBoxModelCommandSettings.html">GetBoxModelCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetBoxModelCommandResponse.html">GetBoxModelCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetContainerForNode_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetContainerForNode*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetContainerForNode_OpenQA_Selenium_DevTools_V130_DOM_GetContainerForNodeCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetContainerForNode(OpenQA.Selenium.DevTools.V130.DOM.GetContainerForNodeCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetContainerForNode(GetContainerForNodeCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L464"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getContainerForNode</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetContainerForNodeCommandResponse> GetContainerForNode(GetContainerForNodeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetContainerForNodeCommandSettings.html">GetContainerForNodeCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetContainerForNodeCommandResponse.html">GetContainerForNodeCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetContentQuads_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetContentQuads*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetContentQuads_OpenQA_Selenium_DevTools_V130_DOM_GetContentQuadsCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetContentQuads(OpenQA.Selenium.DevTools.V130.DOM.GetContentQuadsCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetContentQuads(GetContentQuadsCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L191"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getContentQuads</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetContentQuadsCommandResponse> GetContentQuads(GetContentQuadsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetContentQuadsCommandSettings.html">GetContentQuadsCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetContentQuadsCommandResponse.html">GetContentQuadsCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetDetachedDomNodes_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetDetachedDomNodes*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetDetachedDomNodes_OpenQA_Selenium_DevTools_V130_DOM_GetDetachedDomNodesCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetDetachedDomNodes(OpenQA.Selenium.DevTools.V130.DOM.GetDetachedDomNodesCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetDetachedDomNodes(GetDetachedDomNodesCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L415"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getDetachedDomNodes</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetDetachedDomNodesCommandResponse> GetDetachedDomNodes(GetDetachedDomNodesCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetDetachedDomNodesCommandSettings.html">GetDetachedDomNodesCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetDetachedDomNodesCommandResponse.html">GetDetachedDomNodesCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetDocument_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetDocument*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetDocument_OpenQA_Selenium_DevTools_V130_DOM_GetDocumentCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetDocument(OpenQA.Selenium.DevTools.V130.DOM.GetDocumentCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetDocument(GetDocumentCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L198"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getDocument</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetDocumentCommandResponse> GetDocument(GetDocumentCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetDocumentCommandSettings.html">GetDocumentCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetDocumentCommandResponse.html">GetDocumentCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetElementByRelation_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetElementByRelation*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetElementByRelation_OpenQA_Selenium_DevTools_V130_DOM_GetElementByRelationCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetElementByRelation(OpenQA.Selenium.DevTools.V130.DOM.GetElementByRelationCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetElementByRelation(GetElementByRelationCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L324"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getElementByRelation</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetElementByRelationCommandResponse> GetElementByRelation(GetElementByRelationCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetElementByRelationCommandSettings.html">GetElementByRelationCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetElementByRelationCommandResponse.html">GetElementByRelationCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetFileInfo_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetFileInfo*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetFileInfo_OpenQA_Selenium_DevTools_V130_DOM_GetFileInfoCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetFileInfo(OpenQA.Selenium.DevTools.V130.DOM.GetFileInfoCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetFileInfo(GetFileInfoCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L408"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getFileInfo</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetFileInfoCommandResponse> GetFileInfo(GetFileInfoCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetFileInfoCommandSettings.html">GetFileInfoCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetFileInfoCommandResponse.html">GetFileInfoCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetFlattenedDocument_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetFlattenedDocument*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetFlattenedDocument_OpenQA_Selenium_DevTools_V130_DOM_GetFlattenedDocumentCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetFlattenedDocument(OpenQA.Selenium.DevTools.V130.DOM.GetFlattenedDocumentCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetFlattenedDocument(GetFlattenedDocumentCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L205"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getFlattenedDocument</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetFlattenedDocumentCommandResponse> GetFlattenedDocument(GetFlattenedDocumentCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetFlattenedDocumentCommandSettings.html">GetFlattenedDocumentCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetFlattenedDocumentCommandResponse.html">GetFlattenedDocumentCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetFrameOwner_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetFrameOwner*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetFrameOwner_OpenQA_Selenium_DevTools_V130_DOM_GetFrameOwnerCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetFrameOwner(OpenQA.Selenium.DevTools.V130.DOM.GetFrameOwnerCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetFrameOwner(GetFrameOwnerCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L457"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getFrameOwner</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetFrameOwnerCommandResponse> GetFrameOwner(GetFrameOwnerCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetFrameOwnerCommandSettings.html">GetFrameOwnerCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetFrameOwnerCommandResponse.html">GetFrameOwnerCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetNodeForLocation_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetNodeForLocation*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetNodeForLocation_OpenQA_Selenium_DevTools_V130_DOM_GetNodeForLocationCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetNodeForLocation(OpenQA.Selenium.DevTools.V130.DOM.GetNodeForLocationCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetNodeForLocation(GetNodeForLocationCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L219"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getNodeForLocation</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetNodeForLocationCommandResponse> GetNodeForLocation(GetNodeForLocationCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetNodeForLocationCommandSettings.html">GetNodeForLocationCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetNodeForLocationCommandResponse.html">GetNodeForLocationCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetNodeStackTraces_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetNodeStackTraces*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetNodeStackTraces_OpenQA_Selenium_DevTools_V130_DOM_GetNodeStackTracesCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetNodeStackTraces(OpenQA.Selenium.DevTools.V130.DOM.GetNodeStackTracesCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetNodeStackTraces(GetNodeStackTracesCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L401"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getNodeStackTraces</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetNodeStackTracesCommandResponse> GetNodeStackTraces(GetNodeStackTracesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetNodeStackTracesCommandSettings.html">GetNodeStackTracesCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetNodeStackTracesCommandResponse.html">GetNodeStackTracesCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetNodesForSubtreeByStyle_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetNodesForSubtreeByStyle*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetNodesForSubtreeByStyle_OpenQA_Selenium_DevTools_V130_DOM_GetNodesForSubtreeByStyleCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetNodesForSubtreeByStyle(OpenQA.Selenium.DevTools.V130.DOM.GetNodesForSubtreeByStyleCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetNodesForSubtreeByStyle(GetNodesForSubtreeByStyleCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L212"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getNodesForSubtreeByStyle</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetNodesForSubtreeByStyleCommandResponse> GetNodesForSubtreeByStyle(GetNodesForSubtreeByStyleCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetNodesForSubtreeByStyleCommandSettings.html">GetNodesForSubtreeByStyleCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetNodesForSubtreeByStyleCommandResponse.html">GetNodesForSubtreeByStyleCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetOuterHTML_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetOuterHTML*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetOuterHTML_OpenQA_Selenium_DevTools_V130_DOM_GetOuterHTMLCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetOuterHTML(OpenQA.Selenium.DevTools.V130.DOM.GetOuterHTMLCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetOuterHTML(GetOuterHTMLCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L226"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getOuterHTML</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetOuterHTMLCommandResponse> GetOuterHTML(GetOuterHTMLCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetOuterHTMLCommandSettings.html">GetOuterHTMLCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetOuterHTMLCommandResponse.html">GetOuterHTMLCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetQueryingDescendantsForContainer_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetQueryingDescendantsForContainer*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetQueryingDescendantsForContainer_OpenQA_Selenium_DevTools_V130_DOM_GetQueryingDescendantsForContainerCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetQueryingDescendantsForContainer(OpenQA.Selenium.DevTools.V130.DOM.GetQueryingDescendantsForContainerCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetQueryingDescendantsForContainer(GetQueryingDescendantsForContainerCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L471"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getQueryingDescendantsForContainer</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetQueryingDescendantsForContainerCommandResponse> GetQueryingDescendantsForContainer(GetQueryingDescendantsForContainerCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetQueryingDescendantsForContainerCommandSettings.html">GetQueryingDescendantsForContainerCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetQueryingDescendantsForContainerCommandResponse.html">GetQueryingDescendantsForContainerCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetRelayoutBoundary_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetRelayoutBoundary*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetRelayoutBoundary_OpenQA_Selenium_DevTools_V130_DOM_GetRelayoutBoundaryCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetRelayoutBoundary(OpenQA.Selenium.DevTools.V130.DOM.GetRelayoutBoundaryCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetRelayoutBoundary(GetRelayoutBoundaryCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L233"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getRelayoutBoundary</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetRelayoutBoundaryCommandResponse> GetRelayoutBoundary(GetRelayoutBoundaryCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetRelayoutBoundaryCommandSettings.html">GetRelayoutBoundaryCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetRelayoutBoundaryCommandResponse.html">GetRelayoutBoundaryCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetSearchResults_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetSearchResults*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetSearchResults_OpenQA_Selenium_DevTools_V130_DOM_GetSearchResultsCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetSearchResults(OpenQA.Selenium.DevTools.V130.DOM.GetSearchResultsCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetSearchResults(GetSearchResultsCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L240"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getSearchResults</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetSearchResultsCommandResponse> GetSearchResults(GetSearchResultsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetSearchResultsCommandSettings.html">GetSearchResultsCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetSearchResultsCommandResponse.html">GetSearchResultsCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetTopLayerElements_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetTopLayerElements*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_GetTopLayerElements_OpenQA_Selenium_DevTools_V130_DOM_GetTopLayerElementsCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.GetTopLayerElements(OpenQA.Selenium.DevTools.V130.DOM.GetTopLayerElementsCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| GetTopLayerElements(GetTopLayerElementsCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L317"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>getTopLayerElements</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<GetTopLayerElementsCommandResponse> GetTopLayerElements(GetTopLayerElementsCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetTopLayerElementsCommandSettings.html">GetTopLayerElementsCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.GetTopLayerElementsCommandResponse.html">GetTopLayerElementsCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_HideHighlight_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.HideHighlight*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_HideHighlight_OpenQA_Selenium_DevTools_V130_DOM_HideHighlightCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.HideHighlight(OpenQA.Selenium.DevTools.V130.DOM.HideHighlightCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| HideHighlight(HideHighlightCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L247"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>hideHighlight</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<HideHighlightCommandResponse> HideHighlight(HideHighlightCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.HideHighlightCommandSettings.html">HideHighlightCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.HideHighlightCommandResponse.html">HideHighlightCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_HighlightNode_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.HighlightNode*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_HighlightNode_OpenQA_Selenium_DevTools_V130_DOM_HighlightNodeCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.HighlightNode(OpenQA.Selenium.DevTools.V130.DOM.HighlightNodeCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| HighlightNode(HighlightNodeCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L254"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>highlightNode</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<HighlightNodeCommandResponse> HighlightNode(HighlightNodeCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.HighlightNodeCommandSettings.html">HighlightNodeCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.HighlightNodeCommandResponse.html">HighlightNodeCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_HighlightRect_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.HighlightRect*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_HighlightRect_OpenQA_Selenium_DevTools_V130_DOM_HighlightRectCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.HighlightRect(OpenQA.Selenium.DevTools.V130.DOM.HighlightRectCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| HighlightRect(HighlightRectCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L261"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>highlightRect</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<HighlightRectCommandResponse> HighlightRect(HighlightRectCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.HighlightRectCommandSettings.html">HighlightRectCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.HighlightRectCommandResponse.html">HighlightRectCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_MarkUndoableState_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.MarkUndoableState*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_MarkUndoableState_OpenQA_Selenium_DevTools_V130_DOM_MarkUndoableStateCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.MarkUndoableState(OpenQA.Selenium.DevTools.V130.DOM.MarkUndoableStateCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| MarkUndoableState(MarkUndoableStateCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L268"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>markUndoableState</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<MarkUndoableStateCommandResponse> MarkUndoableState(MarkUndoableStateCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.MarkUndoableStateCommandSettings.html">MarkUndoableStateCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.MarkUndoableStateCommandResponse.html">MarkUndoableStateCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_MoveTo_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.MoveTo*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_MoveTo_OpenQA_Selenium_DevTools_V130_DOM_MoveToCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.MoveTo(OpenQA.Selenium.DevTools.V130.DOM.MoveToCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| MoveTo(MoveToCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L275"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>moveTo</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<MoveToCommandResponse> MoveTo(MoveToCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.MoveToCommandSettings.html">MoveToCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.MoveToCommandResponse.html">MoveToCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_PerformSearch_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.PerformSearch*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_PerformSearch_OpenQA_Selenium_DevTools_V130_DOM_PerformSearchCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.PerformSearch(OpenQA.Selenium.DevTools.V130.DOM.PerformSearchCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| PerformSearch(PerformSearchCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L282"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>performSearch</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<PerformSearchCommandResponse> PerformSearch(PerformSearchCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.PerformSearchCommandSettings.html">PerformSearchCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.PerformSearchCommandResponse.html">PerformSearchCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_PushNodeByPathToFrontend_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.PushNodeByPathToFrontend*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_PushNodeByPathToFrontend_OpenQA_Selenium_DevTools_V130_DOM_PushNodeByPathToFrontendCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.PushNodeByPathToFrontend(OpenQA.Selenium.DevTools.V130.DOM.PushNodeByPathToFrontendCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| PushNodeByPathToFrontend(PushNodeByPathToFrontendCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L289"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>pushNodeByPathToFrontend</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<PushNodeByPathToFrontendCommandResponse> PushNodeByPathToFrontend(PushNodeByPathToFrontendCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.PushNodeByPathToFrontendCommandSettings.html">PushNodeByPathToFrontendCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.PushNodeByPathToFrontendCommandResponse.html">PushNodeByPathToFrontendCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_PushNodesByBackendIdsToFrontend_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.PushNodesByBackendIdsToFrontend*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_PushNodesByBackendIdsToFrontend_OpenQA_Selenium_DevTools_V130_DOM_PushNodesByBackendIdsToFrontendCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.PushNodesByBackendIdsToFrontend(OpenQA.Selenium.DevTools.V130.DOM.PushNodesByBackendIdsToFrontendCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| PushNodesByBackendIdsToFrontend(PushNodesByBackendIdsToFrontendCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L296"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>pushNodesByBackendIdsToFrontend</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<PushNodesByBackendIdsToFrontendCommandResponse> PushNodesByBackendIdsToFrontend(PushNodesByBackendIdsToFrontendCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.PushNodesByBackendIdsToFrontendCommandSettings.html">PushNodesByBackendIdsToFrontendCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.PushNodesByBackendIdsToFrontendCommandResponse.html">PushNodesByBackendIdsToFrontendCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_QuerySelector_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.QuerySelector*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_QuerySelector_OpenQA_Selenium_DevTools_V130_DOM_QuerySelectorCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.QuerySelector(OpenQA.Selenium.DevTools.V130.DOM.QuerySelectorCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| QuerySelector(QuerySelectorCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L303"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>querySelector</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<QuerySelectorCommandResponse> QuerySelector(QuerySelectorCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.QuerySelectorCommandSettings.html">QuerySelectorCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.QuerySelectorCommandResponse.html">QuerySelectorCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_QuerySelectorAll_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.QuerySelectorAll*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_QuerySelectorAll_OpenQA_Selenium_DevTools_V130_DOM_QuerySelectorAllCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.QuerySelectorAll(OpenQA.Selenium.DevTools.V130.DOM.QuerySelectorAllCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| QuerySelectorAll(QuerySelectorAllCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L310"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>querySelectorAll</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<QuerySelectorAllCommandResponse> QuerySelectorAll(QuerySelectorAllCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.QuerySelectorAllCommandSettings.html">QuerySelectorAllCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.QuerySelectorAllCommandResponse.html">QuerySelectorAllCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Redo_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Redo*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Redo_OpenQA_Selenium_DevTools_V130_DOM_RedoCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Redo(OpenQA.Selenium.DevTools.V130.DOM.RedoCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Redo(RedoCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L331"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>redo</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<RedoCommandResponse> Redo(RedoCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RedoCommandSettings.html">RedoCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RedoCommandResponse.html">RedoCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_RemoveAttribute_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.RemoveAttribute*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_RemoveAttribute_OpenQA_Selenium_DevTools_V130_DOM_RemoveAttributeCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.RemoveAttribute(OpenQA.Selenium.DevTools.V130.DOM.RemoveAttributeCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| RemoveAttribute(RemoveAttributeCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L338"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>removeAttribute</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<RemoveAttributeCommandResponse> RemoveAttribute(RemoveAttributeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RemoveAttributeCommandSettings.html">RemoveAttributeCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RemoveAttributeCommandResponse.html">RemoveAttributeCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_RemoveNode_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.RemoveNode*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_RemoveNode_OpenQA_Selenium_DevTools_V130_DOM_RemoveNodeCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.RemoveNode(OpenQA.Selenium.DevTools.V130.DOM.RemoveNodeCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| RemoveNode(RemoveNodeCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L345"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>removeNode</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<RemoveNodeCommandResponse> RemoveNode(RemoveNodeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RemoveNodeCommandSettings.html">RemoveNodeCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RemoveNodeCommandResponse.html">RemoveNodeCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_RequestChildNodes_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.RequestChildNodes*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_RequestChildNodes_OpenQA_Selenium_DevTools_V130_DOM_RequestChildNodesCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.RequestChildNodes(OpenQA.Selenium.DevTools.V130.DOM.RequestChildNodesCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| RequestChildNodes(RequestChildNodesCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L352"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>requestChildNodes</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<RequestChildNodesCommandResponse> RequestChildNodes(RequestChildNodesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RequestChildNodesCommandSettings.html">RequestChildNodesCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RequestChildNodesCommandResponse.html">RequestChildNodesCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_RequestNode_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.RequestNode*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_RequestNode_OpenQA_Selenium_DevTools_V130_DOM_RequestNodeCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.RequestNode(OpenQA.Selenium.DevTools.V130.DOM.RequestNodeCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| RequestNode(RequestNodeCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L359"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>requestNode</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<RequestNodeCommandResponse> RequestNode(RequestNodeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RequestNodeCommandSettings.html">RequestNodeCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.RequestNodeCommandResponse.html">RequestNodeCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ResolveNode_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ResolveNode*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ResolveNode_OpenQA_Selenium_DevTools_V130_DOM_ResolveNodeCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ResolveNode(OpenQA.Selenium.DevTools.V130.DOM.ResolveNodeCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ResolveNode(ResolveNodeCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L366"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>resolveNode</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ResolveNodeCommandResponse> ResolveNode(ResolveNodeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ResolveNodeCommandSettings.html">ResolveNodeCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ResolveNodeCommandResponse.html">ResolveNodeCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ScrollIntoViewIfNeeded_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ScrollIntoViewIfNeeded*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ScrollIntoViewIfNeeded_OpenQA_Selenium_DevTools_V130_DOM_ScrollIntoViewIfNeededCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ScrollIntoViewIfNeeded(OpenQA.Selenium.DevTools.V130.DOM.ScrollIntoViewIfNeededCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| ScrollIntoViewIfNeeded(ScrollIntoViewIfNeededCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L142"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>scrollIntoViewIfNeeded</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<ScrollIntoViewIfNeededCommandResponse> ScrollIntoViewIfNeeded(ScrollIntoViewIfNeededCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ScrollIntoViewIfNeededCommandSettings.html">ScrollIntoViewIfNeededCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ScrollIntoViewIfNeededCommandResponse.html">ScrollIntoViewIfNeededCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetAttributeValue_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetAttributeValue*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetAttributeValue_OpenQA_Selenium_DevTools_V130_DOM_SetAttributeValueCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetAttributeValue(OpenQA.Selenium.DevTools.V130.DOM.SetAttributeValueCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| SetAttributeValue(SetAttributeValueCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L373"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>setAttributeValue</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<SetAttributeValueCommandResponse> SetAttributeValue(SetAttributeValueCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetAttributeValueCommandSettings.html">SetAttributeValueCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetAttributeValueCommandResponse.html">SetAttributeValueCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetAttributesAsText_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetAttributesAsText*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetAttributesAsText_OpenQA_Selenium_DevTools_V130_DOM_SetAttributesAsTextCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetAttributesAsText(OpenQA.Selenium.DevTools.V130.DOM.SetAttributesAsTextCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| SetAttributesAsText(SetAttributesAsTextCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L380"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>setAttributesAsText</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<SetAttributesAsTextCommandResponse> SetAttributesAsText(SetAttributesAsTextCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetAttributesAsTextCommandSettings.html">SetAttributesAsTextCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetAttributesAsTextCommandResponse.html">SetAttributesAsTextCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetFileInputFiles_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetFileInputFiles*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetFileInputFiles_OpenQA_Selenium_DevTools_V130_DOM_SetFileInputFilesCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetFileInputFiles(OpenQA.Selenium.DevTools.V130.DOM.SetFileInputFilesCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| SetFileInputFiles(SetFileInputFilesCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L387"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>setFileInputFiles</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<SetFileInputFilesCommandResponse> SetFileInputFiles(SetFileInputFilesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetFileInputFilesCommandSettings.html">SetFileInputFilesCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetFileInputFilesCommandResponse.html">SetFileInputFilesCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetInspectedNode_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetInspectedNode*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetInspectedNode_OpenQA_Selenium_DevTools_V130_DOM_SetInspectedNodeCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetInspectedNode(OpenQA.Selenium.DevTools.V130.DOM.SetInspectedNodeCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| SetInspectedNode(SetInspectedNodeCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L422"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>setInspectedNode</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<SetInspectedNodeCommandResponse> SetInspectedNode(SetInspectedNodeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetInspectedNodeCommandSettings.html">SetInspectedNodeCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetInspectedNodeCommandResponse.html">SetInspectedNodeCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetNodeName_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetNodeName*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetNodeName_OpenQA_Selenium_DevTools_V130_DOM_SetNodeNameCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetNodeName(OpenQA.Selenium.DevTools.V130.DOM.SetNodeNameCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| SetNodeName(SetNodeNameCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L429"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>setNodeName</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<SetNodeNameCommandResponse> SetNodeName(SetNodeNameCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetNodeNameCommandSettings.html">SetNodeNameCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetNodeNameCommandResponse.html">SetNodeNameCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetNodeStackTracesEnabled_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetNodeStackTracesEnabled*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetNodeStackTracesEnabled_OpenQA_Selenium_DevTools_V130_DOM_SetNodeStackTracesEnabledCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetNodeStackTracesEnabled(OpenQA.Selenium.DevTools.V130.DOM.SetNodeStackTracesEnabledCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| SetNodeStackTracesEnabled(SetNodeStackTracesEnabledCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L394"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>setNodeStackTracesEnabled</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<SetNodeStackTracesEnabledCommandResponse> SetNodeStackTracesEnabled(SetNodeStackTracesEnabledCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetNodeStackTracesEnabledCommandSettings.html">SetNodeStackTracesEnabledCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetNodeStackTracesEnabledCommandResponse.html">SetNodeStackTracesEnabledCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetNodeValue_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetNodeValue*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetNodeValue_OpenQA_Selenium_DevTools_V130_DOM_SetNodeValueCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetNodeValue(OpenQA.Selenium.DevTools.V130.DOM.SetNodeValueCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| SetNodeValue(SetNodeValueCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L436"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>setNodeValue</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<SetNodeValueCommandResponse> SetNodeValue(SetNodeValueCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetNodeValueCommandSettings.html">SetNodeValueCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetNodeValueCommandResponse.html">SetNodeValueCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetOuterHTML_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetOuterHTML*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetOuterHTML_OpenQA_Selenium_DevTools_V130_DOM_SetOuterHTMLCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetOuterHTML(OpenQA.Selenium.DevTools.V130.DOM.SetOuterHTMLCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| SetOuterHTML(SetOuterHTMLCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L443"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>setOuterHTML</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<SetOuterHTMLCommandResponse> SetOuterHTML(SetOuterHTMLCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetOuterHTMLCommandSettings.html">SetOuterHTMLCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetOuterHTMLCommandResponse.html">SetOuterHTMLCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Undo_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Undo*"></a> |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_Undo_OpenQA_Selenium_DevTools_V130_DOM_UndoCommandSettings_System_Threading_CancellationToken_System_Nullable_System_Int32__System_Boolean_" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.Undo(OpenQA.Selenium.DevTools.V130.DOM.UndoCommandSettings,System.Threading.CancellationToken,System.Nullable{System.Int32},System.Boolean)"> |
| Undo(UndoCommandSettings, CancellationToken, int?, bool) |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L450"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>undo</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public Task<UndoCommandResponse> Undo(UndoCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)</code></pre> |
| </div> |
| |
| <h4 class="section">Parameters</h4> |
| <dl class="parameters"> |
| <dt><code>command</code> <a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.UndoCommandSettings.html">UndoCommandSettings</a></dt> |
| <dd></dd> |
| <dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt> |
| <dd></dd> |
| <dt><code>millisecondsTimeout</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>?</dt> |
| <dd></dd> |
| <dt><code>throwExceptionIfResponseNotReceived</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.UndoCommandResponse.html">UndoCommandResponse</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="events">Events |
| </h2> |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_AttributeModified" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.AttributeModified"> |
| AttributeModified |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L56"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>attributeModified</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<AttributeModifiedEventArgs> AttributeModified</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.AttributeModifiedEventArgs.html">AttributeModifiedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_AttributeRemoved" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.AttributeRemoved"> |
| AttributeRemoved |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L60"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>attributeRemoved</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<AttributeRemovedEventArgs> AttributeRemoved</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.AttributeRemovedEventArgs.html">AttributeRemovedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_CharacterDataModified" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.CharacterDataModified"> |
| CharacterDataModified |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L64"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>characterDataModified</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<CharacterDataModifiedEventArgs> CharacterDataModified</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.CharacterDataModifiedEventArgs.html">CharacterDataModifiedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ChildNodeCountUpdated" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ChildNodeCountUpdated"> |
| ChildNodeCountUpdated |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L68"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>childNodeCountUpdated</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ChildNodeCountUpdatedEventArgs> ChildNodeCountUpdated</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ChildNodeCountUpdatedEventArgs.html">ChildNodeCountUpdatedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ChildNodeInserted" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ChildNodeInserted"> |
| ChildNodeInserted |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L72"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>childNodeInserted</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ChildNodeInsertedEventArgs> ChildNodeInserted</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ChildNodeInsertedEventArgs.html">ChildNodeInsertedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ChildNodeRemoved" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ChildNodeRemoved"> |
| ChildNodeRemoved |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L76"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>childNodeRemoved</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ChildNodeRemovedEventArgs> ChildNodeRemoved</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ChildNodeRemovedEventArgs.html">ChildNodeRemovedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_DistributedNodesUpdated" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.DistributedNodesUpdated"> |
| DistributedNodesUpdated |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L80"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>distributedNodesUpdated</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<DistributedNodesUpdatedEventArgs> DistributedNodesUpdated</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.DistributedNodesUpdatedEventArgs.html">DistributedNodesUpdatedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_DocumentUpdated" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.DocumentUpdated"> |
| DocumentUpdated |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L84"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>documentUpdated</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<DocumentUpdatedEventArgs> DocumentUpdated</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.DocumentUpdatedEventArgs.html">DocumentUpdatedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_InlineStyleInvalidated" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.InlineStyleInvalidated"> |
| InlineStyleInvalidated |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L88"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>inlineStyleInvalidated</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<InlineStyleInvalidatedEventArgs> InlineStyleInvalidated</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.InlineStyleInvalidatedEventArgs.html">InlineStyleInvalidatedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_PseudoElementAdded" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.PseudoElementAdded"> |
| PseudoElementAdded |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L92"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>pseudoElementAdded</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<PseudoElementAddedEventArgs> PseudoElementAdded</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.PseudoElementAddedEventArgs.html">PseudoElementAddedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_PseudoElementRemoved" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.PseudoElementRemoved"> |
| PseudoElementRemoved |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L104"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>pseudoElementRemoved</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<PseudoElementRemovedEventArgs> PseudoElementRemoved</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.PseudoElementRemovedEventArgs.html">PseudoElementRemovedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ScrollableFlagUpdated" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ScrollableFlagUpdated"> |
| ScrollableFlagUpdated |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L100"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>scrollableFlagUpdated</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ScrollableFlagUpdatedEventArgs> ScrollableFlagUpdated</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ScrollableFlagUpdatedEventArgs.html">ScrollableFlagUpdatedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_SetChildNodes" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.SetChildNodes"> |
| SetChildNodes |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L108"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>setChildNodes</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<SetChildNodesEventArgs> SetChildNodes</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.SetChildNodesEventArgs.html">SetChildNodesEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ShadowRootPopped" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ShadowRootPopped"> |
| ShadowRootPopped |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L112"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>shadowRootPopped</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ShadowRootPoppedEventArgs> ShadowRootPopped</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ShadowRootPoppedEventArgs.html">ShadowRootPoppedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_ShadowRootPushed" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.ShadowRootPushed"> |
| ShadowRootPushed |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L116"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>shadowRootPushed</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<ShadowRootPushedEventArgs> ShadowRootPushed</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.ShadowRootPushedEventArgs.html">ShadowRootPushedEventArgs</a>></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h3 id="OpenQA_Selenium_DevTools_V130_DOM_DOMAdapter_TopLayerElementsUpdated" data-uid="OpenQA.Selenium.DevTools.V130.DOM.DOMAdapter.TopLayerElementsUpdated"> |
| TopLayerElementsUpdated |
| <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/bazel-bin/dotnet/src/webdriver/cdp/v130/DOM/DOMAdapter.cs/#L96"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"><p>topLayerElementsUpdated</p> |
| </div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public event EventHandler<TopLayerElementsUpdatedEventArgs> TopLayerElementsUpdated</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| <h4 class="section">Event Type</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="OpenQA.Selenium.DevTools.V130.DOM.TopLayerElementsUpdatedEventArgs.html">TopLayerElementsUpdatedEventArgs</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/DOM/DOMAdapter.cs/#L13" 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> |