Author: pekka.klarck
Date: Sun Apr 19 12:30:50 2009
New Revision: 1911
Modified:
wiki/TestLibraries.wiki
Log:
cleanup
Modified: wiki/TestLibraries.wiki
==============================================================================
--- wiki/TestLibraries.wiki (original)
+++ wiki/TestLibraries.wiki Sun Apr 19 12:30:50 2009
@@ -3,10 +3,10 @@
= Standard test libraries =
-Here is a list of test libraries that come with Robot Framework
distribution.
-These libraries are always available for use, they just need to be taken
into use
-in the test data, expect for the BuiltIn library which is imported
automatically by
-Robot Framework.
+These test libraries are automatically installed with Robot Framework.
+They are always available for use but they need to be imported in the
+test data, expect for the [BuiltInLibrary BuiltIn library] which is
+also imported automatically.
* [BuiltInLibrary BuiltIn]
* [OperatingSystemLibrary OperatingSystem]
@@ -14,15 +14,15 @@
* [CollectionsLibrary Collections]
* [StringLibrary String] (new in Robot Framework 2.1)
* [DialogsLibrary Dialogs] (new in Robot Framework 2.1)
- * [ScreenshotLibrary Screenshot]
+ * [ScreenshotLibrary Screenshot] (works only on Jython)
* [RemoteLibrary Remote] (new in Robot Framework 2.1)
= External test libraries =
This is a list of publicly available test libraries that can be used
-with Robot Framework but need to be installed separately. Please
-refer to the individual project pages for information about using
-these test libraries.
+with Robot Framework but need to be installed separately. Please refer
+to the individual project pages for information about installing and
+using them.
* [http://code.google.com/p/robotframework-seleniumlibrary/
SeleniumLibrary] - A web testing library that uses popular
[http://selenium.openqa.org/ Selenium tool] internally.
* [http://code.google.com/p/robotframework-swinglibrary/ SwingLibrary] -
A swing gui testing library.