Skip to content

Commit 708a6ce

Browse files
committed
jasmine-browser-runner 3.0 API reference
1 parent e280af2 commit 708a6ce

38 files changed

+17604
-153
lines changed

_browser-runner-api/2.4/module-jasmine-browser-runner.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: default
33
title: "Module: jasmine-browser-runner"
44
prettify: true
5+
archived: true
56
---
67

78
<div class="main-content api-docs">

_browser-runner-api/3.0.0-beta-1/module-jasmine-browser-runner.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: default
33
title: "Module: jasmine-browser-runner"
44
prettify: true
5+
archived: true
56
---
67

78
<div class="main-content api-docs">
Lines changed: 326 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,326 @@
1+
---
2+
layout: default
3+
title: "Interface: BrowserInfo"
4+
prettify: true
5+
---
6+
7+
<div class="main-content api-docs">
8+
<nav>
9+
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-jasmine-browser-runner.html">jasmine-browser-runner</a></li></ul><h3>Classes</h3><ul><li><a href="Server.html">Server</a></li></ul><h3>Interfaces</h3><ul><li><a href="BrowserInfo.html">BrowserInfo</a></li><li><a href="Configuration.html">Configuration</a></li><li><a href="ImportMap.html">ImportMap</a></li><li><a href="RemoteSeleniumGridConfig.html">RemoteSeleniumGridConfig</a></li><li><a href="ServerCtorOptions.html">ServerCtorOptions</a></li></ul>
10+
</nav>
11+
12+
<div class="docs">
13+
<h1 class="page-title">Interface: BrowserInfo</h1>
14+
15+
16+
17+
18+
19+
20+
<section>
21+
22+
<header>
23+
24+
<h2>BrowserInfo</h2>
25+
26+
27+
</header>
28+
29+
<article>
30+
<div class="container-overview">
31+
32+
33+
<div class="description"><p>Describes a web browser.</p></div>
34+
35+
36+
37+
38+
39+
<dl class="details">
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
</dl>
73+
74+
75+
76+
77+
</div>
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
<h3 class="subsection-title">Members</h3>
93+
94+
95+
96+
<h4 class="name" id="name"><span class="type-signature"></span>name<span class="type-signature"> :string|undefined</span></h4>
97+
98+
99+
100+
101+
<div class="description">
102+
<p>The browser name. Valid values include &quot;firefox&quot;, &quot;headlessFirefox&quot;,
103+
&quot;safari&quot;, &quot;MicrosoftEdge&quot;, &quot;chrome&quot;, and &quot;headlessChrome&quot;.</p>
104+
</div>
105+
106+
107+
108+
<h5>Type:</h5>
109+
<ul>
110+
<li>
111+
112+
<span class="param-type">string</span>
113+
|
114+
115+
<span class="param-type">undefined</span>
116+
117+
118+
</li>
119+
</ul>
120+
121+
122+
123+
124+
125+
<dl class="details">
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
</dl>
159+
160+
161+
162+
163+
164+
165+
166+
167+
<h4 class="name" id="remoteSeleniumGrid"><span class="type-signature"></span>remoteSeleniumGrid<span class="type-signature"> :<a href="RemoteSeleniumGridConfig.html">RemoteSeleniumGridConfig</a>|undefined</span></h4>
168+
169+
170+
171+
172+
<div class="description">
173+
<p>Configuration for running specs on a remote Selenium grid</p>
174+
</div>
175+
176+
177+
178+
<h5>Type:</h5>
179+
<ul>
180+
<li>
181+
182+
<span class="param-type"><a href="RemoteSeleniumGridConfig.html">RemoteSeleniumGridConfig</a></span>
183+
|
184+
185+
<span class="param-type">undefined</span>
186+
187+
188+
</li>
189+
</ul>
190+
191+
192+
193+
194+
195+
<dl class="details">
196+
197+
198+
199+
200+
201+
202+
203+
204+
205+
206+
207+
208+
209+
210+
211+
212+
213+
214+
215+
216+
217+
218+
219+
220+
221+
222+
223+
224+
225+
226+
227+
228+
</dl>
229+
230+
231+
232+
233+
234+
235+
236+
237+
<h4 class="name" id="useRemoteSeleniumGrid"><span class="type-signature"></span>useRemoteSeleniumGrid<span class="type-signature"> :boolean|undefined</span></h4>
238+
239+
240+
241+
242+
<div class="description">
243+
<p>Whether to run the specs on a remote Selenium grid.
244+
Defaults to false.</p>
245+
</div>
246+
247+
248+
249+
<h5>Type:</h5>
250+
<ul>
251+
<li>
252+
253+
<span class="param-type">boolean</span>
254+
|
255+
256+
<span class="param-type">undefined</span>
257+
258+
259+
</li>
260+
</ul>
261+
262+
263+
264+
265+
266+
<dl class="details">
267+
268+
269+
270+
271+
272+
273+
274+
275+
276+
277+
278+
279+
280+
281+
282+
283+
284+
285+
286+
287+
288+
289+
290+
291+
292+
293+
294+
295+
296+
297+
298+
299+
</dl>
300+
301+
302+
303+
304+
305+
306+
307+
308+
309+
310+
311+
312+
313+
314+
</article>
315+
316+
</section>
317+
318+
319+
320+
321+
</div>
322+
323+
<footer>
324+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a>.
325+
</footer>
326+
</div>

0 commit comments

Comments
 (0)