Metadata-Version: 1.1
Name: collective.betterbrowser
Version: 0.3
Summary: Inspect the contents of your plone.testing browser instance in a real browser (like Firefox), and more.
Home-page: https://github.com/collective/collective.betterbrowser
Author: Denis Krienbuehl
Author-email: denis.krienbuehl@gmail.com
License: MIT
Description: Introduction
        ============
        
        collective.betterbrowser improves the plone.testing browser with the
        following, run inside your functional testcase: ::
        
            from collective.betterbrowser import new_browser
        
            def test_all_the_things(self):
                browser = new_browser(self.layer)
                browser.login_admin()
                browser.show()
        
        At which point your default browser opens, showing the state of browser with
        the ability to actually interact with the testing plone site in the background.
        
        Contributors
        ============
        
        Denis Krienbuehl / href, Author
        
        Changelog
        =========
        
        0.3
        ---
        
        - Adds the ability to set/get widget values in a briefer form
        
        0.2
        ---
        
        - Adds the ability to set date in addition to datetime [href]
        
        0.1
        ---
        
        - Initial Release [href]
        
Keywords: mechanize browser testing plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
