The Python Page Object Model that extends to Page Elements
Project description
The Python package pom-elements for a Page Object Model that extends to Page Elements.
Installation
$ pip install pom-elements
Usage
Organize your ui-tests in Classes that represent you page designs. Also organize all of the selectors for your tests with Page Elements. s
Features
Organize your tests to reflect how your web page is desinged (Page Objects).
Augment your current tests by using through the organization of Pages, PageObjects, or individual Elements.
Allows test writers to bring their favorite locator of choice (MultiElement).
Use any number of nested PageObjects without needing to manually hand off a webdriver to each instance.
Improve the experience of debugging through geting the Element on every call (Descriptor Protocol).
Webdrivers
This project currently supports the Python Selenium webdriver. The project has been tested with Pytest and Unittest class designs. Please feel free to add any additional framework support. You may need the following to get started with this project.
[ChromeDriver](https://chromedriver.chromium.org/)
[GeckoDriver](https://github.com/mozilla/geckodriver/releases)
[Selenium-Grid](https://www.selenium.dev/documentation/en/grid/)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pom-elements-0.1.0.tar.gz.
File metadata
- Download URL: pom-elements-0.1.0.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03b4acde456e7b3ec0c7dd6a35795146adce68e74813a89269b0d151230530e1
|
|
| MD5 |
5b3bc8740ea993f1dad8705cd6dd8ecb
|
|
| BLAKE2b-256 |
8bf6784834db9d27300a977c7f2fc76602a18cc82739f5ea69b3d8cd72514bd6
|
File details
Details for the file pom_elements-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pom_elements-0.1.0-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76b2e5ddcdbaa217a078dff4c28c8a1df367a42243897eac741e9d7a6b8395ac
|
|
| MD5 |
b15610aed696ec181547e6f1b7aeb98a
|
|
| BLAKE2b-256 |
6dc504dde024439d952f1a85d18731935c49a6aef92f145c805dcf1807791937
|