Metadata-Version: 1.1
Name: selenium-page-adapter
Version: 0.1.0
Summary: PageAdapter pattern for Python Selenium browser test abstraction.
Home-page: https://selenium_page_adapter.readthedocs.org/en/latest/
Author: Tyson Clugg
Author-email: tyson@clugg.net
License: MIT
Description: selenium_page_adapter
        =====
        
        Selenium_Page_Adapter_ provides a Python PageAdapter pattern for
        Selenium_ browser test abstraction.
        
        .. image:: https://travis-ci.org/tysonclugg/selenium_page_adapter.svg?branch=master
            :target: https://travis-ci.org/tysonclugg/selenium_page_adapter
            :alt: Build Status
        .. image:: https://pypip.in/v/selenium_page_adapter/badge.png
            :target: https://pypi.python.org/pypi/selenium_page_adapter/
            :alt: selenium_page_adapter on PyPi
        
        Selenium_Page_Adapter_ works with both Python 2 and Python 3.  Continuous integration 
        testing is performed against the latest python 2.7 and python 3.3 
        releases.
        
        .. _Selenium_Page_Adapter: 
        https://selenium_page_adapter.readthedocs.org/en/latest/
        .. _Selenium: http://selenium-python.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
