Metadata-Version: 2.1
Name: robotframework-seleniumscreenshots
Version: 0.9.4
Summary: Robot Framework keyword library for capturing annotated screenshots with SeleniumLibrary
Home-page: https://github.com/datakurre/robotframework-seleniumscreenshots
Author: Asko Soukka
Author-email: asko.soukka@iki.fi
License: GPL version 2
Keywords: robotframework selenium
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: pil
Provides-Extra: pillow
Provides-Extra: docs
Requires-Dist: setuptools
Requires-Dist: robotframework (>=3.0.2)
Requires-Dist: robotframework-seleniumlibrary (>=3.2.0)
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: pillow; extra == 'docs'
Requires-Dist: sphinxcontrib-robotframework; extra == 'docs'
Provides-Extra: pil
Requires-Dist: PIL; extra == 'pil'
Provides-Extra: pillow
Requires-Dist: pillow; extra == 'pillow'

SeleniumScreenshots library for Robot Framework
===============================================

SeleniumScreenshots library for `Robot Framework`_ provides keywords for annotating and cropping screenshots taken with SeleniumLibrary_. It is useful for scripting automatically updated screenshots for documentation or visual regression testing purposes.

SeleniumScreenshots is the maintained version of Selenium2Screenshots_.

`Read the docs for more detailed information.`__

.. _Robot Framework: https://pypi.org/project/robotframework/
.. _SeleniumLibrary: https://pypi.org/project/robotframework-seleniumlibrary/
.. _Selenium2Screenshots: https://pypi.org/project/robotframework-selenium2screenshots/
__ https://datakurre.github.io/robotframework-seleniumscreenshots/

Changelog
=========

0.9.4 (2019-01-06)
------------------

- Remove trailing slash from resources to fix build on Windows
  [bollwyvl]

0.9.3 (2019-01-05)
------------------

- Fix issue where support for name:-selector was broken
  [datakurre]

- Fix issue where capture and crop page screenshot did not return filename of
  the captured screenshot
  [datakurre]

0.9.2 (2019-01-01)
------------------

- Update README and documentation
  [datakurre]

0.9.1 (2019-01-01)
------------------

- Update README
  [datakurre]

0.9.0 (2019-01-01)
------------------

- Forked from robotframework-selenium2screenshots
  [datakurre]


