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

https://github.com/onshift/page_object

PageObject implementation in Python
https://github.com/onshift/page_object

pageobject python selenum testing webdriver

Last synced: 8 months ago
JSON representation

PageObject implementation in Python

Awesome Lists containing this project

README

          

# PageObject

[![Build Status](https://travis-ci.org/OnShift/page_object.svg?branch=master)](https://travis-ci.org/OnShift/page_object)

PageObject implementation in Python

The project [wiki](https://github.com/OnShift/page_object/wiki)
is the first place to go to learn about how to use PageObject.

This project was inspired by [Jeff Morgan's](https://github.com/cheezy) ruby implementation of this pattern. [page-object](https://github.com/cheezy/page-object)

## Known Issues

See [https://github.com/OnShift/page_object/issues](https://github.com/OnShift/page_object/issues)

## Contribute

* Fork the project.
* Test drive your feature addition or bug fix.
* Make sure you describe your new feature with a behave scenario.
* Provide documentation where needed.

## Copyright

See LICENSE for details.