Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mozilla/PyPOM
- Owner: mozilla
- License: other
- Archived: true
- Created: 2015-12-09T15:44:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T18:46:49.000Z (about 5 years ago)
- Last Synced: 2024-05-22T17:22:13.323Z (6 months ago)
- Language: Python
- Size: 368 KB
- Stars: 141
- Watchers: 16
- Forks: 53
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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: DependabotResources
---------- `Documentation `_
- `Issue Tracker `_
- `Code `_