@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8989
9090
9191 < h1 id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo " class ="text-break ">
92- Class BrowsingContextInfo < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L25 "> < i class ="bi bi-code-slash "> </ i > </ a >
92+ Class BrowsingContextInfo < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L24 "> < i class ="bi bi-code-slash "> </ i > </ a >
9393 </ h1 >
9494
9595 < div class ="facts text-secondary ">
@@ -167,16 +167,16 @@ <h2 class="section" id="constructors">Constructors
167167
168168 < a id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo__ctor_ " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo.#ctor* "> </ a >
169169
170- < h3 id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo__ctor_OpenQA_Selenium_BiDi_BiDi_System_Collections_Generic_IReadOnlyList_OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo__OpenQA_Selenium_BiDi_Browser_ClientWindow_OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContext_OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContext_System_String_OpenQA_Selenium_BiDi_Browser_UserContext_ " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo.#ctor(OpenQA.Selenium.BiDi.BiDi,System.Collections.Generic.IReadOnlyList{OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo},OpenQA.Selenium.BiDi.Browser.ClientWindow,OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContext,OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContext,System.String,OpenQA.Selenium.BiDi.Browser.UserContext) ">
171- BrowsingContextInfo(BiDi, IReadOnlyList<BrowsingContextInfo>?, ClientWindow, BrowsingContext, BrowsingContext?, string, UserContext)
172- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L25 "> < i class ="bi bi-code-slash "> </ i > </ a >
170+ < h3 id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo__ctor_OpenQA_Selenium_BiDi_BiDi_System_Collections_Generic_IReadOnlyList_OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo__OpenQA_Selenium_BiDi_Browser_ClientWindow_OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContext_OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContext_System_String_OpenQA_Selenium_BiDi_Browser_UserContext_OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContext_ " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo.#ctor(OpenQA.Selenium.BiDi.BiDi,System.Collections.Generic.IReadOnlyList{OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo},OpenQA.Selenium.BiDi.Browser.ClientWindow,OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContext,OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContext,System.String,OpenQA.Selenium.BiDi.Browser.UserContext,OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContext ) ">
171+ BrowsingContextInfo(BiDi, IReadOnlyList<BrowsingContextInfo>?, ClientWindow, BrowsingContext, BrowsingContext?, string, UserContext, BrowsingContext? )
172+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L24 "> < i class ="bi bi-code-slash "> </ i > </ a >
173173 </ h3 >
174174
175175 < div class ="markdown level1 summary "> </ div >
176176 < div class ="markdown level1 conceptual "> </ div >
177177
178178 < div class ="codewrapper ">
179- < pre > < code class ="lang-csharp hljs "> public BrowsingContextInfo(BiDi BiDi, IReadOnlyList<BrowsingContextInfo>? Children, ClientWindow ClientWindow, BrowsingContext Context, BrowsingContext? OriginalOpener, string Url, UserContext UserContext)</ code > </ pre >
179+ < pre > < code class ="lang-csharp hljs "> public BrowsingContextInfo(BiDi BiDi, IReadOnlyList<BrowsingContextInfo>? Children, ClientWindow ClientWindow, BrowsingContext Context, BrowsingContext? OriginalOpener, string Url, UserContext UserContext, BrowsingContext? Parent )</ code > </ pre >
180180 </ div >
181181
182182 < h4 class ="section "> Parameters</ h4 >
@@ -195,6 +195,8 @@ <h4 class="section">Parameters</h4>
195195 < dd > </ dd >
196196 < dt > < code > UserContext</ code > < a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.UserContext.html "> UserContext</ a > </ dt >
197197 < dd > </ dd >
198+ < dt > < code > Parent</ code > < a class ="xref " href ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContext.html "> BrowsingContext</ a > </ dt >
199+ < dd > </ dd >
198200 </ dl >
199201
200202
@@ -216,7 +218,7 @@ <h2 class="section" id="properties">Properties
216218
217219 < h3 id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo_Children " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo.Children ">
218220 Children
219- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L25 "> < i class ="bi bi-code-slash "> </ i > </ a >
221+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L24 "> < i class ="bi bi-code-slash "> </ i > </ a >
220222 </ h3 >
221223
222224 < div class ="markdown level1 summary "> </ div >
@@ -247,7 +249,7 @@ <h4 class="section">Property Value</h4>
247249
248250 < h3 id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo_ClientWindow " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo.ClientWindow ">
249251 ClientWindow
250- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L25 "> < i class ="bi bi-code-slash "> </ i > </ a >
252+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L24 "> < i class ="bi bi-code-slash "> </ i > </ a >
251253 </ h3 >
252254
253255 < div class ="markdown level1 summary "> </ div >
@@ -278,7 +280,7 @@ <h4 class="section">Property Value</h4>
278280
279281 < h3 id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo_OriginalOpener " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo.OriginalOpener ">
280282 OriginalOpener
281- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L25 "> < i class ="bi bi-code-slash "> </ i > </ a >
283+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L24 "> < i class ="bi bi-code-slash "> </ i > </ a >
282284 </ h3 >
283285
284286 < div class ="markdown level1 summary "> </ div >
@@ -309,15 +311,14 @@ <h4 class="section">Property Value</h4>
309311
310312 < h3 id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo_Parent " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo.Parent ">
311313 Parent
312- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L28 "> < i class ="bi bi-code-slash "> </ i > </ a >
314+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L24 "> < i class ="bi bi-code-slash "> </ i > </ a >
313315 </ h3 >
314316
315317 < div class ="markdown level1 summary "> </ div >
316318 < div class ="markdown level1 conceptual "> </ div >
317319
318320 < div class ="codewrapper ">
319- < pre > < code class ="lang-csharp hljs "> [JsonInclude]
320- public BrowsingContext? Parent { get; }</ code > </ pre >
321+ < pre > < code class ="lang-csharp hljs "> public BrowsingContext? Parent { get; init; }</ code > </ pre >
321322 </ div >
322323
323324
@@ -341,7 +342,7 @@ <h4 class="section">Property Value</h4>
341342
342343 < h3 id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo_Url " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo.Url ">
343344 Url
344- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L25 "> < i class ="bi bi-code-slash "> </ i > </ a >
345+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L24 "> < i class ="bi bi-code-slash "> </ i > </ a >
345346 </ h3 >
346347
347348 < div class ="markdown level1 summary "> </ div >
@@ -372,7 +373,7 @@ <h4 class="section">Property Value</h4>
372373
373374 < h3 id ="OpenQA_Selenium_BiDi_BrowsingContext_BrowsingContextInfo_UserContext " data-uid ="OpenQA.Selenium.BiDi.BrowsingContext.BrowsingContextInfo.UserContext ">
374375 UserContext
375- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L25 "> < i class ="bi bi-code-slash "> </ i > </ a >
376+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L24 "> < i class ="bi bi-code-slash "> </ i > </ a >
376377 </ h3 >
377378
378379 < div class ="markdown level1 summary "> </ div >
@@ -403,7 +404,7 @@ <h4 class="section">Property Value</h4>
403404</ article >
404405
405406 < div class ="contribution d-print-none ">
406- < a href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L25 " class ="edit-link "> Edit this page</ a >
407+ < a href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContextInfo.cs/#L24 " class ="edit-link "> Edit this page</ a >
407408 </ div >
408409
409410
0 commit comments