Metadata-Version: 2.1
Name: selenium-odoo-pages
Version: 0.2.1
Summary: A set of pages and elements used to interact with odoo pages and widget using the page selenium objects pattern
Home-page: https://gitlab.com/micro-entreprise/selenium-odoo-pages
Author: Pierre Verkest
Author-email: pierreverkest84@gmail.com
License: UNKNOWN
Description: [![pipeline status](https://gitlab.com/micro-entreprise/selenium-odoo-pages/badges/main/pipeline.svg)](https://gitlab.com/micro-entreprise/selenium-odoo-pages/)
        [![coverage report](https://gitlab.com/micro-entreprise/selenium-odoo-pages/badges/main/coverage.svg)](https://gitlab.com/micro-entreprise/selenium-odoo-pages/)
        [![Version status](https://img.shields.io/pypi/v/selenium-odoo-pages.svg)](https://pypi.python.org/pypi/selenium-odoo-pages/)
        [![PyPi Package](https://img.shields.io/pypi/dm/selenium-odoo-pages?label=pypi%20downloads)](https://pypi.org/project/selenium-odoo-pages)
        
        # Selenium odoo pages
        
        A set of pages and elements used to interact with odoo
        pages and widgets using the [page selenium objects](
        https://selenium-python.readthedocs.io/page-objects.html
        ) pattern.
        
        ## Usage
        
        This library provides set of common tools using Selenium
        to interact with odoo web pages. It was written to write
        Behavior-Driven Development tests but can be used without
        Gherkin language as described bellow.
        
        To learn about Gherkin language you may start with
        [pytest-bdd documentation](https://pypi.org/project/pytest-bdd/)
        the recommended tools to launch your tests.
        
        The [example directory](./example) contains examples of
        usages that are also used to test this library.
        
        ## Contributing
        
        The idea of this librairy is t
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
