Skip to content

Commit 873cbe4

Browse files
diemolselenium-ci
andauthored
Api docs selenium 4.25.0 (#14529)
* updating dotnet API docs * updating java API docs * updating javascript API docs * updating py API docs * updating rb API docs --------- Co-authored-by: Selenium CI Bot <[email protected]>
1 parent ff16a6e commit 873cbe4

File tree

17,805 files changed

+1930347
-3030131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

17,805 files changed

+1930347
-3030131
lines changed

docs/api/dotnet/OpenQA.Selenium.BiDi.BiDi.html

Lines changed: 823 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 246 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,246 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Class BiDiException </title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="title" content="Class BiDiException ">
8+
9+
10+
<link rel="icon" href="favicon.ico">
11+
<link rel="stylesheet" href="public/docfx.min.css">
12+
<link rel="stylesheet" href="public/main.css">
13+
<meta name="docfx:navrel" content="toc.html">
14+
<meta name="docfx:tocrel" content="toc.html">
15+
16+
17+
18+
19+
<meta name="docfx:docurl" content="https://github.com/SeleniumHQ/selenium/new/trunk/apiSpec/new?filename=OpenQA_Selenium_BiDi_BiDiException.md&amp;value=---%0Auid%3A%20OpenQA.Selenium.BiDi.BiDiException%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
20+
<meta name="loc:inThisArticle" content="In this article">
21+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
22+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
23+
<meta name="loc:tocFilter" content="Filter by title">
24+
<meta name="loc:nextArticle" content="Next">
25+
<meta name="loc:prevArticle" content="Previous">
26+
<meta name="loc:themeLight" content="Light">
27+
<meta name="loc:themeDark" content="Dark">
28+
<meta name="loc:themeAuto" content="Auto">
29+
<meta name="loc:changeTheme" content="Change theme">
30+
<meta name="loc:copy" content="Copy">
31+
<meta name="loc:downloadPdf" content="Download PDF">
32+
</head>
33+
34+
<script type="module" src="./public/docfx.min.js"></script>
35+
36+
<script>
37+
const theme = localStorage.getItem('theme') || 'auto'
38+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
39+
</script>
40+
41+
42+
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
43+
<header class="bg-body border-bottom">
44+
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
45+
<div class="container-xxl flex-nowrap">
46+
<a class="navbar-brand" href="index.html">
47+
<img id="logo" class="svg" src="logo.svg" alt="">
48+
49+
</a>
50+
<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">
51+
<i class="bi bi-three-dots"></i>
52+
</button>
53+
<div class="collapse navbar-collapse" id="navpanel">
54+
<div id="navbar">
55+
</div>
56+
</div>
57+
</div>
58+
</nav>
59+
</header>
60+
61+
<main class="container-xxl">
62+
<div class="toc-offcanvas">
63+
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
64+
<div class="offcanvas-header">
65+
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
66+
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
67+
</div>
68+
<div class="offcanvas-body">
69+
<nav class="toc" id="toc"></nav>
70+
</div>
71+
</div>
72+
</div>
73+
74+
<div class="content">
75+
<div class="actionbar">
76+
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
77+
<i class="bi bi-list"></i>
78+
</button>
79+
80+
<nav id="breadcrumb"></nav>
81+
</div>
82+
83+
<article data-uid="OpenQA.Selenium.BiDi.BiDiException">
84+
85+
86+
87+
<h1 id="OpenQA_Selenium_BiDi_BiDiException" data-uid="OpenQA.Selenium.BiDi.BiDiException" class="text-break">
88+
Class BiDiException <a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BiDiException.cs/#L5"><i class="bi bi-code-slash"></i></a>
89+
</h1>
90+
91+
<div class="facts text-secondary">
92+
<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.BiDi.html">BiDi</a></dd></dl>
93+
<dl><dt>Assembly</dt><dd>WebDriver.dll</dd></dl>
94+
</div>
95+
96+
<div class="markdown summary"></div>
97+
<div class="markdown conceptual"></div>
98+
99+
<div class="codewrapper">
100+
<pre><code class="lang-csharp hljs">public class BiDiException : Exception, ISerializable</code></pre>
101+
</div>
102+
103+
104+
105+
106+
<dl class="typelist inheritance">
107+
<dt>Inheritance</dt>
108+
<dd>
109+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
110+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div>
111+
<div><span class="xref">BiDiException</span></div>
112+
</dd>
113+
</dl>
114+
115+
<dl class="typelist implements">
116+
<dt>Implements</dt>
117+
<dd>
118+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
119+
</dd>
120+
</dl>
121+
122+
123+
<dl class="typelist inheritedMembers">
124+
<dt>Inherited Members</dt>
125+
<dd>
126+
<div>
127+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception">Exception.GetBaseException()</a>
128+
</div>
129+
<div>
130+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
131+
</div>
132+
<div>
133+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.gettype">Exception.GetType()</a>
134+
</div>
135+
<div>
136+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.tostring">Exception.ToString()</a>
137+
</div>
138+
<div>
139+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.data">Exception.Data</a>
140+
</div>
141+
<div>
142+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.helplink">Exception.HelpLink</a>
143+
</div>
144+
<div>
145+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult">Exception.HResult</a>
146+
</div>
147+
<div>
148+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception">Exception.InnerException</a>
149+
</div>
150+
<div>
151+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message">Exception.Message</a>
152+
</div>
153+
<div>
154+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.source">Exception.Source</a>
155+
</div>
156+
<div>
157+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.stacktrace">Exception.StackTrace</a>
158+
</div>
159+
<div>
160+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.targetsite">Exception.TargetSite</a>
161+
</div>
162+
<div>
163+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate">Exception.SerializeObjectState</a>
164+
</div>
165+
<div>
166+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
167+
</div>
168+
<div>
169+
<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>
170+
</div>
171+
<div>
172+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
173+
</div>
174+
<div>
175+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
176+
</div>
177+
<div>
178+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
179+
</div>
180+
</dd></dl>
181+
182+
183+
184+
185+
186+
187+
<h2 class="section" id="constructors">Constructors
188+
</h2>
189+
190+
191+
<a id="OpenQA_Selenium_BiDi_BiDiException__ctor_" data-uid="OpenQA.Selenium.BiDi.BiDiException.#ctor*"></a>
192+
193+
<h3 id="OpenQA_Selenium_BiDi_BiDiException__ctor_System_String_" data-uid="OpenQA.Selenium.BiDi.BiDiException.#ctor(System.String)">
194+
BiDiException(string)
195+
<a class="header-action link-secondary" title="View source" href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BiDiException.cs/#L7"><i class="bi bi-code-slash"></i></a>
196+
</h3>
197+
198+
<div class="markdown level1 summary"></div>
199+
<div class="markdown level1 conceptual"></div>
200+
201+
<div class="codewrapper">
202+
<pre><code class="lang-csharp hljs">public BiDiException(string message)</code></pre>
203+
</div>
204+
205+
<h4 class="section">Parameters</h4>
206+
<dl class="parameters">
207+
<dt><code>message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
208+
<dd></dd>
209+
</dl>
210+
211+
212+
213+
214+
215+
216+
217+
218+
219+
220+
221+
222+
223+
</article>
224+
225+
<div class="contribution d-print-none">
226+
<a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/BiDi/BiDiException.cs/#L5" class="edit-link">Edit this page</a>
227+
</div>
228+
229+
230+
</div>
231+
232+
<div class="affix">
233+
<nav id="affix"></nav>
234+
</div>
235+
</main>
236+
237+
238+
<footer class="border-top text-secondary">
239+
<div class="container-xxl">
240+
<div class="flex-fill">
241+
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
242+
</div>
243+
</div>
244+
</footer>
245+
</body>
246+
</html>

0 commit comments

Comments
 (0)