Revision: 4e66f23532c5
Author: pekka.klarck
Date: Thu May 5 07:07:28 2011
Log: Small enhancements to doc about deprecated/removed features in
2.6. Also testing editing on web for the first time.
Update issue 733
Status: Done
http://code.google.com/p/robotframework/source/detail?r=4e66f23532c5
Modified:
/src/robot/libraries/Screenshot.py
=======================================
--- /src/robot/libraries/Screenshot.py Thu May 5 05:33:59 2011
+++ /src/robot/libraries/Screenshot.py Thu May 5 07:07:28 2011
@@ -86,13 +86,14 @@
were added. These keywords should be used for taking screenshots in
the future. Other screenshot taking keywords will be deprecated and
removed later.
-
- In Robot Framework 2.6, following additional changes were made
+ - `log_file_directory` argument was deprecated everywhere it was used.
+
+ In Robot Framework 2.6, following additional changes were made:
- `log_file_directory` argument was removed altogether.
- - `Set Screenshot Directories` keyword was removed
+ - `Set Screenshot Directories` keyword was removed.
- `Save Screenshot`, `Save Screenshot To` and `Log Screenshot`
- keywords were deprecated.
+ keywords were deprecated. They will be removed in 2.7 version.
"""
ROBOT_LIBRARY_SCOPE = 'TEST SUITE'