Metadata-Version: 1.1
Name: robotframework-pageobjectlibrary
Version: 0.1.2
Summary: Robotframework library that implements the Page Object pattern
Home-page: https://github.com/boakley/robotframework-pageobjectlibrary/
Author: Bryan Oakley
Author-email: bryan.oakley@gmail.com
License: Apache License 2.0
Description: PageObjectLibrary is a lightweight library which supports using
        the page object pattern with robot framework and Selenium2Library.
        This library does not replace Selenium2Library. Rather, it
        provides a framework around which to use Selenium2Library and the
        lower-level bindings to selenium via robot framework keywords.
        
Keywords: robotframework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Robot Framework
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Intended Audience :: Developers
