Revision: 4443
Author: pekka.klarck
Date: Tue Dec 7 13:13:50 2010
Log: regen
http://code.google.com/p/robotframework/source/detail?r=4443
Modified:
/trunk/doc/libraries/Screenshot.html
=======================================
--- /trunk/doc/libraries/Screenshot.html Mon Jun 7 08:51:52 2010
+++ /trunk/doc/libraries/Screenshot.html Tue Dec 7 13:13:50 2010
@@ -86,7 +86,7 @@
</head>
<body>
<h1>Screenshot</h1>
-<b>Version:</b> trunk 20100607<br>
+<b>Version:</b> trunk 20101201<br>
<b>Scope:</b> test suite<br>
<b>Named arguments: </b>
supported
@@ -94,7 +94,16 @@
<h2 id="introduction">Introduction</h2>
<p>A test library for taking full-screen screenshots of the desktop.<br />
<br />
-<span class="name">Screenshot</span> is Robot Framework's standard library
that provides keywords to capture and store screenshots of the whole
desktop. This library is implemented with Java AWT APIs, so it can be used
only when running Robot Framework on Jython.</p>
+<span class="name">Screenshot</span> is Robot Framework's standard library
that provides keywords to capture and store screenshots of the whole
desktop.<br />
+<br />
+On Jython this library uses Java AWT APIs. They are always available and
thus no external modules are needed.<br />
+<br />
+On Python you need to have one of the following modules installed to be
able to use this library:<br />
+- wxPython :: <a href="http://wxpython.org">http://wxpython.org</a> ::
Required also by RIDE so many Robot Framework users already have this
module installed.<br />
+- PyGTK :: <a href="http://pygtk.org">http://pygtk.org</a> :: This module
is available by default on most Linux distributions.<br />
+- Python Imaging Library (PIL) :: <a
href="http://www.pythonware.com/products/pil">http://www.pythonware.com/products/pil</a> ::
This module can take screenshots only on Windows.<br />
+<br />
+The support for using this library on Python was added in Robot Framework
2.5.5.</p>
<h2 id="importing">Importing</h2>
<table border="1" class="keywords">
@@ -223,7 +232,7 @@
<p id="footer">
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-12-07 23:13:33.
</p>
</body>
</html>