Metadata-Version: 2.1
Name: UI-Automation-Framework
Version: 0.1.5
Summary: UI自动化框架，集成APPIUM、selenium
Home-page: https://github.com/chenzheng102/UI-Automation-Framework
Author: lzh
Author-email: 743872668@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

UI Automation Framework
====================

[![PyPI version](https://badge.fury.io/py/UI-Automation-Framework.svg)](https://badge.fury.io/py/UI-Automation-Framework)
[![Downloads](https://pepy.tech/badge/UI-Automation-Framework)](https://pepy.tech/project/UI-Automation-Framework)

<!-- [![Build Status](https://travis-ci.org/appium/python-client.svg?branch=master)](https://travis-ci.org/appium/python-client) -->
<!-- [![Build Status](https://dev.azure.com/ki4070ma/python-client/_apis/build/status/appium.python-client?branchName=master)](https://dev.azure.com/ki4070ma/python-client/_build/latest?definitionId=2&branchName=master) -->


##UI Automation Framework description
    ```shell
    Support web automation (browsers support Chrome, FireFox, Safri, iE)
    Support mobile automation (Android, IOS)
    ```
##version history
    ```shell
    version 0.1.1
    新增装饰器check_error
    version 0.1.2
    优化appium 启动Android相关代码
    version 0.1.4
    新增appium 启动iOS配置相关代码
    提供获取设备udid _apis
    ```

# Getting the UI Automation Framework

There are three ways to install and use the UI Automation Framework.

1. Install from [PyPi](https://pypi.org), as
['UI-Automation-Framework'](https://pypi.org/project/UI-Automation-Framework/).
    ```shell
    pip install UI-Automation-Framework
    ```

    You can see the history from [here](https://pypi.org/project/UI-Automation-Framework/#history)

2. Install from source, via [PyPi](https://pypi.org). From ['UI-Automation-Framework'](https://pypi.org/project/UI-Automation-Framework/),
download and unarchive the source tarball (UI-Automation-Framework-X.X.tar.gz).

    ```shell
    tar -xvf UI-Automation-Framework-X.X.tar.gz
    cd UI-Automation-Framework-X.X
    python setup.py install
    ```


