@@ -146,41 +146,6 @@ <h1 id="OpenQA_Selenium_BiDi_Browser_BrowserModule" data-uid="OpenQA.Selenium.Bi
146146
147147
148148
149- < h2 class ="section " id ="constructors "> Constructors
150- </ h2 >
151-
152-
153- < a id ="OpenQA_Selenium_BiDi_Browser_BrowserModule__ctor_ " data-uid ="OpenQA.Selenium.BiDi.Browser.BrowserModule.#ctor* "> </ a >
154-
155- < h3 id ="OpenQA_Selenium_BiDi_Browser_BrowserModule__ctor_OpenQA_Selenium_BiDi_Communication_Broker_ " data-uid ="OpenQA.Selenium.BiDi.Browser.BrowserModule.#ctor(OpenQA.Selenium.BiDi.Communication.Broker) ">
156- BrowserModule(Broker)
157- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/Browser/BrowserModule.cs/#L25 "> < i class ="bi bi-code-slash "> </ i > </ a >
158- </ h3 >
159-
160- < div class ="markdown level1 summary "> </ div >
161- < div class ="markdown level1 conceptual "> </ div >
162-
163- < div class ="codewrapper ">
164- < pre > < code class ="lang-csharp hljs "> public BrowserModule(Broker broker)</ code > </ pre >
165- </ div >
166-
167- < h4 class ="section "> Parameters</ h4 >
168- < dl class ="parameters ">
169- < dt > < code > broker</ code > < a class ="xref " href ="OpenQA.Selenium.BiDi.Communication.Broker.html "> Broker</ a > </ dt >
170- < dd > </ dd >
171- </ dl >
172-
173-
174-
175-
176-
177-
178-
179-
180-
181-
182-
183-
184149 < h2 class ="section " id ="methods "> Methods
185150</ h2 >
186151
@@ -196,7 +161,7 @@ <h3 id="OpenQA_Selenium_BiDi_Browser_BrowserModule_CloseAsync_OpenQA_Selenium_Bi
196161 < div class ="markdown level1 conceptual "> </ div >
197162
198163 < div class ="codewrapper ">
199- < pre > < code class ="lang-csharp hljs "> public Task<EmptyResult > CloseAsync(CloseOptions? options = null)</ code > </ pre >
164+ < pre > < code class ="lang-csharp hljs "> public Task<CloseResult > CloseAsync(CloseOptions? options = null)</ code > </ pre >
200165 </ div >
201166
202167 < h4 class ="section "> Parameters</ h4 >
@@ -207,7 +172,7 @@ <h4 class="section">Parameters</h4>
207172
208173 < h4 class ="section "> Returns</ h4 >
209174 < dl class ="parameters ">
210- < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 "> Task</ a > << a class ="xref " href ="OpenQA.Selenium.BiDi.Communication.EmptyResult .html "> EmptyResult </ a > ></ dt >
175+ < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 "> Task</ a > << a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.CloseResult .html "> CloseResult </ a > ></ dt >
211176 < dd > </ dd >
212177 </ dl >
213178
@@ -232,7 +197,7 @@ <h3 id="OpenQA_Selenium_BiDi_Browser_BrowserModule_CreateUserContextAsync_OpenQA
232197 < div class ="markdown level1 conceptual "> </ div >
233198
234199 < div class ="codewrapper ">
235- < pre > < code class ="lang-csharp hljs "> public Task<UserContextInfo > CreateUserContextAsync(CreateUserContextOptions? options = null)</ code > </ pre >
200+ < pre > < code class ="lang-csharp hljs "> public Task<CreateUserContextResult > CreateUserContextAsync(CreateUserContextOptions? options = null)</ code > </ pre >
236201 </ div >
237202
238203 < h4 class ="section "> Parameters</ h4 >
@@ -243,7 +208,7 @@ <h4 class="section">Parameters</h4>
243208
244209 < h4 class ="section "> Returns</ h4 >
245210 < dl class ="parameters ">
246- < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 "> Task</ a > << a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.UserContextInfo .html "> UserContextInfo </ a > ></ dt >
211+ < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 "> Task</ a > << a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.CreateUserContextResult .html "> CreateUserContextResult </ a > ></ dt >
247212 < dd > </ dd >
248213 </ dl >
249214
@@ -340,7 +305,7 @@ <h3 id="OpenQA_Selenium_BiDi_Browser_BrowserModule_RemoveUserContextAsync_OpenQA
340305 < div class ="markdown level1 conceptual "> </ div >
341306
342307 < div class ="codewrapper ">
343- < pre > < code class ="lang-csharp hljs "> public Task<EmptyResult > RemoveUserContextAsync(UserContext userContext, RemoveUserContextOptions? options = null)</ code > </ pre >
308+ < pre > < code class ="lang-csharp hljs "> public Task<RemoveUserContextResult > RemoveUserContextAsync(UserContext userContext, RemoveUserContextOptions? options = null)</ code > </ pre >
344309 </ div >
345310
346311 < h4 class ="section "> Parameters</ h4 >
@@ -353,7 +318,117 @@ <h4 class="section">Parameters</h4>
353318
354319 < h4 class ="section "> Returns</ h4 >
355320 < dl class ="parameters ">
356- < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 "> Task</ a > << a class ="xref " href ="OpenQA.Selenium.BiDi.Communication.EmptyResult.html "> EmptyResult</ a > ></ dt >
321+ < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 "> Task</ a > << a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.RemoveUserContextResult.html "> RemoveUserContextResult</ a > ></ dt >
322+ < dd > </ dd >
323+ </ dl >
324+
325+
326+
327+
328+
329+
330+
331+
332+
333+
334+
335+ < a id ="OpenQA_Selenium_BiDi_Browser_BrowserModule_SetDownloadBehaviorAllowedAsync_ " data-uid ="OpenQA.Selenium.BiDi.Browser.BrowserModule.SetDownloadBehaviorAllowedAsync* "> </ a >
336+
337+ < h3 id ="OpenQA_Selenium_BiDi_Browser_BrowserModule_SetDownloadBehaviorAllowedAsync_OpenQA_Selenium_BiDi_Browser_SetDownloadBehaviorOptions_ " data-uid ="OpenQA.Selenium.BiDi.Browser.BrowserModule.SetDownloadBehaviorAllowedAsync(OpenQA.Selenium.BiDi.Browser.SetDownloadBehaviorOptions) ">
338+ SetDownloadBehaviorAllowedAsync(SetDownloadBehaviorOptions?)
339+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/Browser/BrowserModule.cs/#L64 "> < i class ="bi bi-code-slash "> </ i > </ a >
340+ </ h3 >
341+
342+ < div class ="markdown level1 summary "> </ div >
343+ < div class ="markdown level1 conceptual "> </ div >
344+
345+ < div class ="codewrapper ">
346+ < pre > < code class ="lang-csharp hljs "> public Task<SetDownloadBehaviorResult> SetDownloadBehaviorAllowedAsync(SetDownloadBehaviorOptions? options = null)</ code > </ pre >
347+ </ div >
348+
349+ < h4 class ="section "> Parameters</ h4 >
350+ < dl class ="parameters ">
351+ < dt > < code > options</ code > < a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.SetDownloadBehaviorOptions.html "> SetDownloadBehaviorOptions</ a > </ dt >
352+ < dd > </ dd >
353+ </ dl >
354+
355+ < h4 class ="section "> Returns</ h4 >
356+ < dl class ="parameters ">
357+ < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 "> Task</ a > << a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.SetDownloadBehaviorResult.html "> SetDownloadBehaviorResult</ a > ></ dt >
358+ < dd > </ dd >
359+ </ dl >
360+
361+
362+
363+
364+
365+
366+
367+
368+
369+
370+
371+ < a id ="OpenQA_Selenium_BiDi_Browser_BrowserModule_SetDownloadBehaviorAllowedAsync_ " data-uid ="OpenQA.Selenium.BiDi.Browser.BrowserModule.SetDownloadBehaviorAllowedAsync* "> </ a >
372+
373+ < h3 id ="OpenQA_Selenium_BiDi_Browser_BrowserModule_SetDownloadBehaviorAllowedAsync_System_String_OpenQA_Selenium_BiDi_Browser_SetDownloadBehaviorOptions_ " data-uid ="OpenQA.Selenium.BiDi.Browser.BrowserModule.SetDownloadBehaviorAllowedAsync(System.String,OpenQA.Selenium.BiDi.Browser.SetDownloadBehaviorOptions) ">
374+ SetDownloadBehaviorAllowedAsync(string, SetDownloadBehaviorOptions?)
375+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/Browser/BrowserModule.cs/#L57 "> < i class ="bi bi-code-slash "> </ i > </ a >
376+ </ h3 >
377+
378+ < div class ="markdown level1 summary "> </ div >
379+ < div class ="markdown level1 conceptual "> </ div >
380+
381+ < div class ="codewrapper ">
382+ < pre > < code class ="lang-csharp hljs "> public Task<SetDownloadBehaviorResult> SetDownloadBehaviorAllowedAsync(string destinationFolder, SetDownloadBehaviorOptions? options = null)</ code > </ pre >
383+ </ div >
384+
385+ < h4 class ="section "> Parameters</ h4 >
386+ < dl class ="parameters ">
387+ < dt > < code > destinationFolder</ code > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.string "> string</ a > </ dt >
388+ < dd > </ dd >
389+ < dt > < code > options</ code > < a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.SetDownloadBehaviorOptions.html "> SetDownloadBehaviorOptions</ a > </ dt >
390+ < dd > </ dd >
391+ </ dl >
392+
393+ < h4 class ="section "> Returns</ h4 >
394+ < dl class ="parameters ">
395+ < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 "> Task</ a > << a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.SetDownloadBehaviorResult.html "> SetDownloadBehaviorResult</ a > ></ dt >
396+ < dd > </ dd >
397+ </ dl >
398+
399+
400+
401+
402+
403+
404+
405+
406+
407+
408+
409+ < a id ="OpenQA_Selenium_BiDi_Browser_BrowserModule_SetDownloadBehaviorDeniedAsync_ " data-uid ="OpenQA.Selenium.BiDi.Browser.BrowserModule.SetDownloadBehaviorDeniedAsync* "> </ a >
410+
411+ < h3 id ="OpenQA_Selenium_BiDi_Browser_BrowserModule_SetDownloadBehaviorDeniedAsync_OpenQA_Selenium_BiDi_Browser_SetDownloadBehaviorOptions_ " data-uid ="OpenQA.Selenium.BiDi.Browser.BrowserModule.SetDownloadBehaviorDeniedAsync(OpenQA.Selenium.BiDi.Browser.SetDownloadBehaviorOptions) ">
412+ SetDownloadBehaviorDeniedAsync(SetDownloadBehaviorOptions?)
413+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/Browser/BrowserModule.cs/#L71 "> < i class ="bi bi-code-slash "> </ i > </ a >
414+ </ h3 >
415+
416+ < div class ="markdown level1 summary "> </ div >
417+ < div class ="markdown level1 conceptual "> </ div >
418+
419+ < div class ="codewrapper ">
420+ < pre > < code class ="lang-csharp hljs "> public Task<SetDownloadBehaviorResult> SetDownloadBehaviorDeniedAsync(SetDownloadBehaviorOptions? options = null)</ code > </ pre >
421+ </ div >
422+
423+ < h4 class ="section "> Parameters</ h4 >
424+ < dl class ="parameters ">
425+ < dt > < code > options</ code > < a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.SetDownloadBehaviorOptions.html "> SetDownloadBehaviorOptions</ a > </ dt >
426+ < dd > </ dd >
427+ </ dl >
428+
429+ < h4 class ="section "> Returns</ h4 >
430+ < dl class ="parameters ">
431+ < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 "> Task</ a > << a class ="xref " href ="OpenQA.Selenium.BiDi.Browser.SetDownloadBehaviorResult.html "> SetDownloadBehaviorResult</ a > ></ dt >
357432 < dd > </ dd >
358433 </ dl >
359434
0 commit comments