https://github.com/macacajs/app-inspector
App-inspector is a mobile UI viewer in browser.
https://github.com/macacajs/app-inspector
android automation inspector ios macaca native
Last synced: about 1 year ago
JSON representation
App-inspector is a mobile UI viewer in browser.
- Host: GitHub
- URL: https://github.com/macacajs/app-inspector
- Owner: macacajs
- License: mit
- Created: 2016-08-05T17:19:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T11:25:28.000Z (over 3 years ago)
- Last Synced: 2024-04-14T11:54:19.765Z (about 2 years ago)
- Topics: android, automation, inspector, ios, macaca, native
- Language: JavaScript
- Homepage: https://macacajs.github.io/app-inspector/
- Size: 2.18 MB
- Stars: 390
- Watchers: 33
- Forks: 78
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-appium - app-inspector - Macacajs App Inspector. (Inspectors)
README
# app-inspector
---
[![NPM version][npm-image]][npm-url]
[![Package quality][quality-image]][quality-url]
[![CI][CI-image]][CI-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/app-inspector.svg
[npm-url]: https://npmjs.org/package/app-inspector
[quality-image]: https://packagequality.com/shield/app-inspector.svg
[quality-url]: https://packagequality.com/#?package=app-inspector
[CI-image]: https://github.com/macacajs/app-inspector/actions/workflows/ci.yml/badge.svg
[CI-url]: https://github.com/macacajs/app-inspector/actions/workflows/ci.yml
[coveralls-image]: https://img.shields.io/coveralls/macacajs/app-inspector.svg
[coveralls-url]: https://coveralls.io/r/macacajs/app-inspector?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/app-inspector.svg
[download-url]: https://npmjs.org/package/app-inspector
[App-inspector](//macacajs.github.io/app-inspector/) is a mobile UI viewer in browser.
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
meowtec](https://github.com/meowtec)
|[
paradite](https://github.com/paradite)
|[
zivyangll](https://github.com/zivyangll)
|[
ziczhu](https://github.com/ziczhu)
|[
CodeToSurvive1](https://github.com/CodeToSurvive1)
|
| :---: | :---: | :---: | :---: | :---: | :---: |
[
qichuan](https://github.com/qichuan)
|[
snapre](https://github.com/snapre)
|[
risinek](https://github.com/risinek)
|[
mahalo777](https://github.com/mahalo777)
|[
zhuyali](https://github.com/zhuyali)
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Thu Apr 21 2022 00:04:00 GMT+0800`.

## Installation
App-inspector is distibuted through npm. To install it, run the following command line:
```bash
$ npm i app-inspector -g
```
Note: If you are going to use app-inspector on real iOS device, see [iOS Real Device section](#ios-real-device)
## Usage
```bash
$ app-inspector -u xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
```
## Home Page
Visit https://macacajs.github.io/app-inspector/ for more information.
### iOS Real Device
First, find the Development Team ID as shown on image below.

Run this command where TEAM_ID is your ID from the first step.
```bash
$ DEVELOPMENT_TEAM_ID=TEAM_ID npm i app-inspector -g
```
## License
The MIT License (MIT)