blob: 74ad248eaf26e49a72e112e3a5aece09922f2734 [file] [log] [blame] [view]
AndroidViewClient
=================
<a href="#"><img src="https://github.com/dtmilano/AndroidViewClient/wiki/images/culebra-logo-transparent-204x209-rb-border.png" align="left" hspace="0" vspace="6"></a>
**AndroidViewClient** was originally conceived as an extension to [monkeyrunner](http://developer.android.com/tools/help/monkeyrunner_concepts.html) but lately evolved
as a pure python tool that automates or simplifies test script creation.
It is a test framework for Android applications that:
<ul><ul>
<li>Automates driving Android applications</li>
<li><b>Generates</b> re-usable scripts</li>
<li>Provides view-based <i>device independent</i> UI interaction</li>
<li>Uses 'logical' screen comparison (UI Automator Hierarchy based) over image comparison (Avoiding extraneous
detail issues, such as time or data changes)</li>
<li>Supports running on multiple devices</li>
<li>Provides simple control for high level operations like language change and activity start</li>
<li>Supports all Android APIs</li>
<li>Is written in python</li>
</ul></ul>
:rage: **NOTE**: Pypi statistics are broken see [here](https://github.com/aclark4life/vanity/issues/22). This does not reflect the number of downloads.
[![Downloads](https://img.shields.io/pypi/dm/androidviewclient.svg)](https://pypi.python.org/pypi/androidviewclient/)
[![Latest Version](https://img.shields.io/pypi/v/androidviewclient.svg)](https://pypi.python.org/pypi/androidviewclient/)
Want to learn more? Detailed information can be found in the [AndroidViewClient/culebra wiki](https://github.com/dtmilano/AndroidViewClient/wiki)