Metadata-Version: 2.1
Name: robotframework-seleniumscreenshots
Version: 0.9.1
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: pillow
Provides-Extra: docs
Provides-Extra: pil
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
===============================================

`Read the docs for more detailed information.`__

__ https://datakurre.github.io/robotframework-seleniumscreenshots/

Changelog
=========

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

- Update README
  [datakurre]

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

- Forked from robotframework-selenium2screenshots
  [datakurre]


