Revision: 4241
Author: spielmann.robert
Date: Mon Oct 4 16:57:33 2010
Log: regen
update issue 677
Here's the regenerated documentation without the two unwanted entries. Note
that "Get Version" had already been in there since r3727.
http://code.google.com/p/robotframework/source/detail?r=4241
Modified:
/trunk/doc/libraries/Dialogs.html
=======================================
--- /trunk/doc/libraries/Dialogs.html Mon Jun 7 08:51:52 2010
+++ /trunk/doc/libraries/Dialogs.html Mon Oct 4 16:57:33 2010
@@ -86,7 +86,7 @@
</head>
<body>
<h1>Dialogs</h1>
-<b>Version:</b> trunk 20100607<br>
+<b>Version:</b> trunk 20101005<br>
<b>Scope:</b> global<br>
<b>Named arguments: </b>
supported
@@ -94,7 +94,9 @@
<h2 id="introduction">Introduction</h2>
<p>A test library providing dialogs for interacting with users.<br />
<br />
-<span class="name">Dialogs</span> is Robot Framework's standard library
that provides means for pausing the test execution and getting input from
users. The dialogs are slightly different depending on are tests run on
Python or Jython but they provide the same functionality.</p>
+<span class="name">Dialogs</span> is Robot Framework's standard library
that provides means for pausing the test execution and getting input from
users. The dialogs are slightly different depending on are tests run on
Python or Jython but they provide the same functionality.<br />
+<br />
+Note: Dialogs library cannot be used with timeouts on Windows with
Python.</p>
<h2>Shortcuts</h2>
@@ -105,8 +107,6 @@
·
<a href="#Get Value From User" title="Pauses the test execution and asks
user to input a value.">Get Value From User</a>
·
-<a href="#Get Version" title="">Get Version</a>
- ·
<a href="#Pause Execution" title="Pauses the test execution and shows
dialog with the text `message`. ">Pause Execution</a>
</div>
@@ -141,20 +141,15 @@
<span class="name">message</span> is the instruction shown in the dialog.
<span class="name">default_value</span> is the possible default value shown
in the input field. Selecting 'Cancel' fails the keyword.</td>
</tr>
<tr>
- <td class="kw"><a name="Get Version"></a>Get Version</td>
- <td class="arg">sep= </td>
- <td class="doc"></td>
-</tr>
-<tr>
<td class="kw"><a name="Pause Execution"></a>Pause Execution</td>
<td class="arg">message=Test execution paused. Press OK to continue.</td>
<td class="doc">Pauses the test execution and shows dialog with the text
<span class="name">message</span>.</td>
</tr>
</table>
<p id="footer">
-Altogether 5 keywords.<br />
+Altogether 4 keywords.<br />
Generated by <a
href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool">libdoc.py</a>
-on 2010-06-07 18:50:53.
+on 2010-10-05 01:52:13.
</p>
</body>
</html>