Skip to content

Commit

Permalink
Publishing documentation 10/10/2024 15:43
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Oct 10, 2024
1 parent 97d99aa commit 6235f4a
Show file tree
Hide file tree
Showing 10 changed files with 583 additions and 550 deletions.
90 changes: 55 additions & 35 deletions docs/base.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ <h2 id="C">C</h2>
<li><a href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.check_tmenu_screen">check_tmenu_screen() (tir.technologies.webapp_internal.WebappInternal method)</a>
</li>
<li><a href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.check_toggler">check_toggler() (tir.technologies.webapp_internal.WebappInternal method)</a>
</li>
<li><a href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.check_toggler_shadow">check_toggler_shadow() (tir.technologies.webapp_internal.WebappInternal method)</a>
</li>
<li><a href="webapp.html#tir.main.Webapp.CheckHelp">CheckHelp() (tir.main.Webapp method)</a>

Expand Down Expand Up @@ -1119,6 +1121,8 @@ <h2 id="S">S</h2>
<li><a href="log.html#tir.technologies.core.log.Log.screenshot_file_name">screenshot_file_name() (tir.technologies.core.log.Log method)</a>
</li>
<li><a href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.scroll_grid_check_elements_change">scroll_grid_check_elements_change() (tir.technologies.webapp_internal.WebappInternal method)</a>
</li>
<li><a href="base.html#tir.technologies.core.base.Base.scroll_into_view">scroll_into_view() (tir.technologies.core.base.Base method)</a>
</li>
<li><a href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.scroll_to_container">scroll_to_container() (tir.technologies.webapp_internal.WebappInternal method)</a>
</li>
Expand Down
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ <h1>Test Interface Robot<a class="headerlink" href="#test-interface-robot" title
<li class="toctree-l3"><a class="reference internal" href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.check_mot_exec"><code class="docutils literal notranslate"><span class="pre">WebappInternal.check_mot_exec()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.check_tmenu_screen"><code class="docutils literal notranslate"><span class="pre">WebappInternal.check_tmenu_screen()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.check_toggler"><code class="docutils literal notranslate"><span class="pre">WebappInternal.check_toggler()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.check_toggler_shadow"><code class="docutils literal notranslate"><span class="pre">WebappInternal.check_toggler_shadow()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.children_element_count"><code class="docutils literal notranslate"><span class="pre">WebappInternal.children_element_count()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.clear_grid"><code class="docutils literal notranslate"><span class="pre">WebappInternal.clear_grid()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="webapp_internal.html#tir.technologies.webapp_internal.WebappInternal.click_button_finish"><code class="docutils literal notranslate"><span class="pre">WebappInternal.click_button_finish()</span></code></a></li>
Expand Down Expand Up @@ -569,6 +570,7 @@ <h1>Test Interface Robot<a class="headerlink" href="#test-interface-robot" title
<li class="toctree-l3"><a class="reference internal" href="base.html#tir.technologies.core.base.Base.return_combo_object"><code class="docutils literal notranslate"><span class="pre">Base.return_combo_object()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="base.html#tir.technologies.core.base.Base.return_iframe"><code class="docutils literal notranslate"><span class="pre">Base.return_iframe()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="base.html#tir.technologies.core.base.Base.return_selected_combo_value"><code class="docutils literal notranslate"><span class="pre">Base.return_selected_combo_value()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="base.html#tir.technologies.core.base.Base.scroll_into_view"><code class="docutils literal notranslate"><span class="pre">Base.scroll_into_view()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="base.html#tir.technologies.core.base.Base.scroll_to_element"><code class="docutils literal notranslate"><span class="pre">Base.scroll_to_element()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="base.html#tir.technologies.core.base.Base.search_stack"><code class="docutils literal notranslate"><span class="pre">Base.search_stack()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="base.html#tir.technologies.core.base.Base.search_zindex"><code class="docutils literal notranslate"><span class="pre">Base.search_zindex()</span></code></a></li>
Expand Down
16 changes: 8 additions & 8 deletions docs/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>result</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)"><em>bool</em></a>) – The result of the case.</p></li>
<li><p><strong>message</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – The message to be logged..</p></li>
<li><p><strong>result</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – The result of the case.</p></li>
<li><p><strong>message</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The message to be logged..</p></li>
</ul>
</dd>
</dl>
Expand Down Expand Up @@ -217,8 +217,8 @@
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>result</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)"><em>bool</em></a>) – The result of the case.</p></li>
<li><p><strong>message</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – The message to be logged..</p></li>
<li><p><strong>result</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – The result of the case.</p></li>
<li><p><strong>message</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The message to be logged..</p></li>
</ul>
</dd>
</dl>
Expand Down Expand Up @@ -288,13 +288,13 @@
<dd><p>Returns True if passed function is present in the call stack.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>function</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – Name of the function</p>
<dd class="field-odd"><p><strong>function</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – Name of the function</p>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p>Boolean if passed function is present or not in the call stack.</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.12)">bool</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)">bool</a></p>
</dd>
</dl>
<p>Usage:</p>
Expand Down Expand Up @@ -338,10 +338,10 @@
<dd class="field-even"><p>Selenium Driver</p>
</dd>
<dt class="field-odd">Type<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)">str</a></p>
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)">str</a></p>
</dd>
<dt class="field-even">Type<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)">str</a></p>
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)">str</a></p>
</dd>
</dl>
<p>Usage:</p>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
Loading

0 comments on commit 6235f4a

Please sign in to comment.