Metadata-Version: 2.1
Name: robotframework-seleniumscreenshots
Version: 0.9.3
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
Description: 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.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]
        
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
