Skip to main content

Selenium/appium-based Page Objects test library.

Project description

基于 selenium/appium 的 Page Objects 设计模式测试库。

  • 极大的简化了Page层的元素定义。
  • 同时支持selenium和appium
  • 通过JavaScript扩展了selenium API
  • 对原生 API 无损

Installation

pip install:

> pip install poium

If you want to keep up with the latest version, you can install with github repository url:

> pip install -U git+https://github.com/SeldomQA/poium.git@master

Sample

通过下面的例子,体会Page Objects 设计模式如此简单。

from poium import Page, Element
from selenium import webdriver


class BaiduIndexPage(Page):
    search_input = Element(name='wd')
    search_button = Element(id_='su')


driver = webdriver.Chrome()
page = BaiduIndexPage(driver)
page.open("https://www.baidu.com")

page.search_input.send_keys("poium") 
page.search_button.click()

driver.quit()

更多例子,请点击这里

Documentation

在开使用poium前,请快速阅读下面的文档。

Project usage

  • 在基于pytest的自动化项目中的应用,请点击这里

  • 在基于seldom自动化测试框架的应用,请点击这里

Old version

poium < 0.6.0版本,主要提供了PagePageElementPageElementPageSelectPageWait等类。

参考文档

poium>=0.6.0, <1.0.0 版本,新增了NewPageElement类,用新的方式重新实现了PageElement类的大部分功能。 推荐使用NewPageElement 类。

参考文档

Project History

参考项目:https://github.com/eeaston/page-objects

参考项目已经不再维护,我阅读了原项目代码,虽然只有100多行,但设计非常精妙。本项目在此基础上进行开发。

原项目名:https://pypi.org/project/selenium-page-objects/

本项目的核心是 Page Objects设计模式, 于是取了 PO,同时支持selenium/appium,于是取了 ium,那么新的项目命名为:poium

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poium-1.0.3.tar.gz (235.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

poium-1.0.3-py3-none-any.whl (30.9 kB view details)

Uploaded Python 3

File details

Details for the file poium-1.0.3.tar.gz.

File metadata

  • Download URL: poium-1.0.3.tar.gz
  • Upload date:
  • Size: 235.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for poium-1.0.3.tar.gz
Algorithm Hash digest
SHA256 8c44562bc8ad0a980fb26c6ac80852c78383812e8f73c468c17a14b2d33fc853
MD5 cdc67e9446ebcaeb580ef16e0f04d040
BLAKE2b-256 0ff6c59551a0fce09354b12caa005b5a2bbe1ed6b49f3eea9657596d6f0d6434

See more details on using hashes here.

File details

Details for the file poium-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: poium-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for poium-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 da826b423ce466d5ec5c7eba7739062a3666b6bba103f789125ee3c2af604699
MD5 b107997e67dd80e7c321d890082b277c
BLAKE2b-256 35d2d969debccb7193f7a6955f852ed0ab156fa9b9173101466fd8b7ce47ab95

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page