robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Support for absolute paths as a custom location for `Capture Screenshot` #91

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 10 Feb 2010

In earlier versions Capture Screenshot keyword supports only paths relative to the output directory as a custom location where to save the screenshot. While refactoring the keyword to make it easier to add support for remote screenshots ( issue 89 ) I decided to remove this limitation. The screenshot is nowadays also saved to the same directory with the log file even if log is written outside of the output dir.