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
- Host: GitHub
- URL: https://github.com/onshift/page_object
- Owner: OnShift
- License: apache-2.0
- Created: 2016-10-21T15:04:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T13:19:09.000Z (over 7 years ago)
- Last Synced: 2025-05-01T17:17:03.994Z (8 months ago)
- Topics: pageobject, python, selenum, testing, webdriver
- Language: Python
- Size: 83 KB
- Stars: 8
- Watchers: 18
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PageObject
[](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.