Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozilla/PyPOM

Python page object model for Selenium
https://github.com/mozilla/PyPOM

Last synced: 13 days ago
JSON representation

Python page object model for Selenium

Awesome Lists containing this project

README

        

PyPOM
=====

PyPOM is a Python Page Object Model library for Selenium and Splinter tests.

.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
:target: https://github.com/mozilla/PyPOM/blob/master/LICENSE.txt
:alt: License
.. image:: https://img.shields.io/pypi/v/PyPOM.svg
:target: https://pypi.python.org/pypi/PyPOM/
:alt: PyPI
.. image:: https://img.shields.io/travis/mozilla/PyPOM.svg
:target: https://travis-ci.org/mozilla/PyPOM/
:alt: Travis
.. image:: https://img.shields.io/coveralls/mozilla/PyPOM.svg
:target: https://coveralls.io/github/mozilla/PyPOM
:alt: Coverage
.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
:target: http://pypom.readthedocs.io/en/latest/
:alt: Read the Docs
.. image:: https://img.shields.io/github/issues-raw/mozilla/PyPOM.svg
:target: https://github.com/mozilla/PyPOM/issues
:alt: Issues
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
.. image:: https://api.dependabot.com/badges/status?host=github&repo=mozilla/PyPOM
:target: https://dependabot.com
:alt: Dependabot

Resources
---------

- `Documentation `_
- `Issue Tracker `_
- `Code `_