# AndroidViewClient
**Repository Path**: BattleCall/AndroidViewClient
## Basic Information
- **Project Name**: AndroidViewClient
- **Description**: Android ViewServer client
- **Primary Language**: Python
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-17
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
AndroidViewClient
=================
**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:
- Automates driving Android applications
- Generates re-usable scripts
- Provides view-based device independent UI interaction
- Uses 'logical' screen comparison (UI Automator Hierarchy based) over image comparison (Avoiding extraneous
detail issues, such as time or data changes)
- Supports running on multiple devices
- Provides simple control for high level operations like language change and activity start
- Supports all Android APIs
- Is written in python
[](https://pypi.python.org/pypi/androidviewclient/)
:rage: **NOTE**: Pypi statistics are broken see [here](https://github.com/aclark4life/vanity/issues/22). The new statistics can be obtained from [BigQuery](https://bigquery.cloud.google.com/queries/culebra-tester).
As of June 2019 we have reached:
Thanks to all who made it possible.
# Want to learn more?
Detailed information can be found in the [AndroidViewClient/culebra wiki](https://github.com/dtmilano/AndroidViewClient/wiki)