Revision: 4496
Author: pekka.klarck
Date: Thu Dec  9 08:58:45 2010
Log: regen
http://code.google.com/p/robotframework/source/detail?r=4496

Modified:
 /trunk/doc/libraries/Screenshot.html

=======================================
--- /trunk/doc/libraries/Screenshot.html        Thu Dec  9 08:23:22 2010
+++ /trunk/doc/libraries/Screenshot.html        Thu Dec  9 08:58:45 2010
@@ -244,29 +244,40 @@
 <tr>
 <td>Take Screenshot</td>
 <td></td>
-<td># (1)</td>
+<td></td>
+<td># LOGDIR/screenshot_1.jpg (index automatically incremented)</td>
 </tr>
 <tr>
 <td>Take Screenshot</td>
 <td>mypic</td>
-<td># (2)</td>
+<td></td>
+<td># LOGDIR/mypic_1.jpg (index automatically incremented)</td>
 </tr>
 <tr>
 <td>Take Screenshot</td>
 <td>${TEMPDIR}/mypic</td>
-<td># (3)</td>
+<td></td>
+<td># /tmp/mypic_1.jpg (index automatically incremented)</td>
 </tr>
 <tr>
 <td>Take Screenshot</td>
 <td>pic.jpg</td>
-<td># (4)</td>
+<td></td>
+<td># LOGDIR/pic.jpg (always uses this file)</td>
+</tr>
+<tr>
+<td>Take Screenshot</td>
+<td>images/login.jpg</td>
+<td>80%</td>
+<td># Specify both name and width.</td>
+</tr>
+<tr>
+<td>Take Screenshot</td>
+<td>width=550px</td>
+<td></td>
+<td># Specify only width.</td>
 </tr>
 </table>
-=&gt;<br />
-1. LOGDIR/screenshot_1.jpg,LOGDIR/screenshot_2.jpg, ...<br />
-2. LOGDIR/mypic_1.jpg, LOGDIR/mypic_2.jpg, ...<br />
-3. /tmp/mypic_1.jpg, /tmp/mypic_2.jpg, ...<br />
-4. LOGDIR/pic.jpg, LOGDIR/pic.jpg, ...<br />
 <br />
Screenshots can be only taken in JPEG format. It is possible to use <span class="name">/</span> as a path separator in all operating systems.</td>
 </tr>
@@ -281,7 +292,7 @@
 <p id="footer">
 Altogether 7 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2010-12-09 18:22:22.
+on 2010-12-09 18:58:28.
 </p>
 </body>
 </html>

Reply via email to