Metadata-Version: 1.0
Name: ftw.testbrowser
Version: 1.3.0
Summary: A test browser for Zope and Plone.
Home-page: https://github.com/4teamwork/ftw.testbrowser
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: ftw.testbrowser
        ===============
        
        `Package documentation <http://pythonhosted.org/ftw.testbrowser/>`_
        
        `ftw.testbrowser` is a browser library for testing `Plone`_ web sites and
        applications.
        It integrations directly into `Plone` / `Zope` and uses `lxml`_ for parsing
        and querying pages. It supports all the basic features such as filling forms.
        
        
        
        Links
        -----
        
        - Documentation: http://pythonhosted.org/ftw.testbrowser/
        - Main github project repository: https://github.com/4teamwork/ftw.testbrowser
        - Issue tracker: https://github.com/4teamwork/ftw.testbrowser/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.testbrowser
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.testbrowser
        
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.testbrowser`` is licensed under GNU General Public License, version 2.
        
        .. _Plone: http://www.plone.org/
        .. _lxml: http://lxml.de/
        
        Changelog
        =========
        
        
        1.3.0 (2013-12-11)
        ------------------
        
        - Implement "query" method on autocomplete widget.
          [jone]
        
        - Implement form fill for z3cform datetime widget.
          [jone]
        
        - Fix setting attributes on nodes when wrapped with NodeWrapper.
          [jone]
        
        - Implement form fill for z3cform autocomplete widgets.
          [jone]
        
        - Implement form fill for z3cform sequence widgets.
          [jone]
        
        - Add ``webdav`` method for doing WebDAV requests with a ZServer.
          [jone]
        
        
        1.2.0 (2013-11-24)
        ------------------
        
        - Add `open_html` method to browser object, allowing to pass in HTML directly.
          [jone]
        
        
        1.1.0 (2013-11-07)
        ------------------
        
        - Add dexterity page object, refactor z3cform page object.
          [jone]
        
        - Add table nodes with helpers for table testing.
          [jone]
        
        - Merging "Nodes" lists returns a new "Nodes" list, not a "list".
          [jone]
        
        - Show containing elements in string representation of "Nodes" list.
          [jone]
        
        - Fix direct child selection with CSS (node.css(">tag")).
          [jone]
        
        - Add a ``recursive`` option to ``normalized_text``.
          [jone]
        
        
        1.0.2 (2013-10-31)
        ------------------
        
        - When normalizing whitespaces, do also replace non-breaking spaces.
          [jone]
        
        
        1.0.1 (2013-10-31)
        ------------------
        
        - Add ``first_or_none`` property to ``Nodes``.
          [jone]
        
        
        1.0.0 (2013-10-28)
        ------------------
        
        - Initial implementation.
          [jone]
        
Keywords: ftw browser testbrowser test
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
