Skip to content

Commit 39d9b94

Browse files
craigfowlerGithub Actions Workflow (bot)
authored andcommitted
Publish updated documentation website
1 parent a825f59 commit 39d9b94

13 files changed

Lines changed: 1074 additions & 35 deletions

docs/api/CSF.Screenplay.Screenplay.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ <h1 id="CSF_Screenplay_Screenplay" data-uid="CSF.Screenplay.Screenplay" class="t
163163
<div>
164164
<a class="xref" href="CSF.Screenplay.ScreenplayExtensions.html#CSF_Screenplay_ScreenplayExtensions_ExecuteAsPerformanceAsync__1_CSF_Screenplay_Screenplay_System_Collections_Generic_IList_CSF_Screenplay_Performances_IdentifierAndName__System_Threading_CancellationToken_">ScreenplayExtensions.ExecuteAsPerformanceAsync&lt;T&gt;(Screenplay, IList&lt;IdentifierAndName&gt;, CancellationToken)</a>
165165
</div>
166+
<div>
167+
<a class="xref" href="CSF.Screenplay.ScreenplayExtensions.html#CSF_Screenplay_ScreenplayExtensions_GetEventBus_CSF_Screenplay_Screenplay_">ScreenplayExtensions.GetEventBus(Screenplay)</a>
168+
</div>
166169
</dd></dl>
167170

168171

docs/api/CSF.Screenplay.ScreenplayExtensions.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,51 @@ <h4 class="section">Exceptions</h4>
479479
</dl>
480480

481481

482+
<a id="CSF_Screenplay_ScreenplayExtensions_GetEventBus_" data-uid="CSF.Screenplay.ScreenplayExtensions.GetEventBus*"></a>
483+
484+
<h3 id="CSF_Screenplay_ScreenplayExtensions_GetEventBus_CSF_Screenplay_Screenplay_" data-uid="CSF.Screenplay.ScreenplayExtensions.GetEventBus(CSF.Screenplay.Screenplay)">
485+
GetEventBus(Screenplay)
486+
<a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ScreenplayExtensions.cs/#L217"><i class="bi bi-code-slash"></i></a>
487+
</h3>
488+
489+
<div class="markdown level1 summary"><p>Gets the event bus from the screenplay's service provider.</p>
490+
</div>
491+
<div class="markdown level1 conceptual"></div>
492+
493+
<div class="codewrapper">
494+
<pre><code class="lang-csharp hljs">public static IHasPerformanceEvents GetEventBus(this Screenplay screenplay)</code></pre>
495+
</div>
496+
497+
<h4 class="section">Parameters</h4>
498+
<dl class="parameters">
499+
<dt><code>screenplay</code> <a class="xref" href="CSF.Screenplay.Screenplay.html">Screenplay</a></dt>
500+
<dd><p>The screenplay from which to retrieve the event bus.</p>
501+
</dd>
502+
</dl>
503+
504+
<h4 class="section">Returns</h4>
505+
<dl class="parameters">
506+
<dt><a class="xref" href="CSF.Screenplay.Performances.IHasPerformanceEvents.html">IHasPerformanceEvents</a></dt>
507+
<dd><p>The <a class="xref" href="CSF.Screenplay.Performances.IHasPerformanceEvents.html">IHasPerformanceEvents</a> event bus instance.</p>
508+
</dd>
509+
</dl>
510+
511+
512+
513+
514+
515+
516+
517+
518+
<h4 class="section">Exceptions</h4>
519+
<dl class="parameters">
520+
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></dt>
521+
<dd><p>If <code class="paramref">screenplay</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.</p>
522+
</dd>
523+
</dl>
524+
525+
526+
482527

483528
</article>
484529

docs/api/CSF.Screenplay.Selenium.Actions.EnterTheDate.html

Lines changed: 374 additions & 0 deletions
Large diffs are not rendered by default.

docs/api/CSF.Screenplay.Selenium.Actions.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ <h3 id="classes">
140140
<dt><a class="xref" href="CSF.Screenplay.Selenium.Actions.DeselectByValue.html">DeselectByValue</a></dt>
141141
<dd><p>A <a class="xref" href="CSF.Screenplay.Selenium.Actions.ISingleElementPerformable.html">ISingleElementPerformable</a> which represents an actor deselecting an option from a <code>&lt;select&gt;</code> element,
142142
where the option is specified by its underlying value.</p>
143+
</dd>
144+
</dl>
145+
<dl class="jumplist">
146+
<dt><a class="xref" href="CSF.Screenplay.Selenium.Actions.EnterTheDate.html">EnterTheDate</a></dt>
147+
<dd><p>A <a class="xref" href="CSF.Screenplay.IPerformable.html">IPerformable</a> which represents an actor entering a date value into an <code>&lt;input type=&quot;date&quot;&gt;</code> element.</p>
143148
</dd>
144149
</dl>
145150
<dl class="jumplist">

docs/api/CSF.Screenplay.Selenium.BrowseTheWeb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h2 class="section" id="methods">Methods
274274

275275
<h3 id="CSF_Screenplay_Selenium_BrowseTheWeb_Dispose" data-uid="CSF.Screenplay.Selenium.BrowseTheWeb.Dispose">
276276
Dispose()
277-
<a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay.Selenium/BrowseTheWeb.cs/#L93"><i class="bi bi-code-slash"></i></a>
277+
<a class="header-action link-secondary" title="View source" href="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay.Selenium/BrowseTheWeb.cs/#L94"><i class="bi bi-code-slash"></i></a>
278278
</h3>
279279

280280
<div class="markdown level1 summary"></div>

0 commit comments

Comments
 (0)