Metadata-Version: 2.1
Name: selenium-page-objects
Version: 0.2.1
Summary: page object based on selenium.
Home-page: https://github.com/defnngj/selenium-page-objects
Author: fnngj
Author-email: fnngj@126.com
License: BSD
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: selenium
Requires-Dist: Appium-Python-Client

### selenium-page-objects

基于 selenium 的 Page objects 设计模式测试库。

#### Installation
------------

download install:

```shell
$ python setup.py install
```

pip install:
```
$ pip install -i https://test.pypi.org/simple/ selenium-page-objects
```

#### 使用文档：

请阅读 [wiki](https://github.com/defnngj/selenium_page_objects/wiki)

#### 项目历史：

原项目：https://github.com/eeaston/page-objects

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


