Skip to content

Commit

Permalink
Merge pull request #5227 from os-autoinst-bot/gh-pages-230628022610
Browse files Browse the repository at this point in the history
Update documentation to commit b529d16
  • Loading branch information
okurz authored Jun 28, 2023
2 parents fc5a298 + ed05a47 commit 7444dfa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions docs/api/testapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ <h5 id="_match_has_tag">match_has_tag</h5>
<h5 id="_assert_and_click">assert_and_click</h5>
<div class="literalblock">
<div class="content">
<pre>assert_and_click($mustmatch [, timeout =&gt; $timeout] [, button =&gt; $button] [, clicktime =&gt; $clicktime ] [, dclick =&gt; 1 ] [, mousehide =&gt; 1 ]);</pre>
<pre>assert_and_click($mustmatch [, timeout =&gt; $timeout] [, button =&gt; $button] [, clicktime =&gt; $clicktime ] [, dclick =&gt; 1 ] [, mousehide =&gt; 1 ] [, point_id =&gt; $id ]);</pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -764,7 +764,9 @@ <h5 id="_assert_and_click">assert_and_click</h5>
be string or <code>ARRAYREF</code> of strings (<code>['tag1', 'tag2']</code>). <code>$button</code> is by
default <code>'left'</code>. <code>'left'</code> and <code>'right'</code> is supported. If <code>$mousehide</code> is
true then always move mouse to the 'hidden' position after clicking to prevent
to hide the area where user wants to assert/click in second step.</p>
to hide the area where the user wants to assert/click in the second step. If
<code>$point_id</code> is specified, the clickpoint used will be the one with a matching
ID.</p>
</div>
<div class="paragraph">
<p>Throws <code>FailedNeedle</code> exception if <code>$timeout</code> timeout is hit. Default timeout is 30s.</p>
Expand All @@ -774,7 +776,7 @@ <h5 id="_assert_and_click">assert_and_click</h5>
<h5 id="_click_lastmatch">click_lastmatch</h5>
<div class="literalblock">
<div class="content">
<pre>click_lastmatch([, button =&gt; $button] [, clicktime =&gt; $clicktime ] [, dclick =&gt; 1 ] [, mousehide =&gt; 1 ]);</pre>
<pre>click_lastmatch([, button =&gt; $button] [, clicktime =&gt; $clicktime ] [, dclick =&gt; 1 ] [, mousehide =&gt; 1 ] [, point_id =&gt; $id ]);</pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -783,9 +785,10 @@ <h5 id="_click_lastmatch">click_lastmatch</h5>
in the middle of the last match area. If <code>$dclick</code> is set, do double click
instead. Supported values for <code>$button</code> are <code>'left'</code> and <code>'right'</code>, <code>'left'</code>
is the default. If <code>$mousehide</code> is true then always move mouse to the 'hidden'
position after clicking to prevent to disturb the area where user wants to
assert/click in second step, otherwise move the mouse back to its previous
position.</p>
position after clicking to prevent to disturb the area where the user wants to
assert/click in the second step, otherwise move the mouse back to its previous
position. If <code>$point_id</code> is specified, the clickpoint used will be the one
with a matching ID.</p>
</div>
</div>
<div class="sect4">
Expand Down Expand Up @@ -2059,7 +2062,7 @@ <h5 id="_backend_get_wait_still_screen_on_here_doc_input">backend_get_wait_still
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-06-27 02:28:59 UTC
Last updated 2023-06-28 02:28:13 UTC
</div>
</div>
</body>
Expand Down
Binary file modified docs/current.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12408,7 +12408,7 @@ <h3 id="_developing_tests_with_container_setup">Developing tests with container
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-06-27 02:25:56 UTC
Last updated 2023-06-28 02:25:28 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 7444dfa

Please sign in to comment.