Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appium/appium-inspector
A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server
https://github.com/appium/appium-inspector
appium inspector
Last synced: about 1 month ago
JSON representation
A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server
- Host: GitHub
- URL: https://github.com/appium/appium-inspector
- Owner: appium
- License: other
- Created: 2021-04-06T17:37:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T02:05:32.000Z (7 months ago)
- Last Synced: 2024-05-21T07:32:17.105Z (7 months ago)
- Topics: appium, inspector
- Language: JavaScript
- Homepage: https://appium.github.io/appium-inspector/
- Size: 51.4 MB
- Stars: 969
- Watchers: 26
- Forks: 264
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-learning - Appium Inspector
README
GUI Inspector tool for all kinds of apps, powered by Appium.![Current Version](https://img.shields.io/github/package-json/v/appium/appium-inspector)
![Current Version GitHub Downloads](https://img.shields.io/github/downloads/appium/appium-inspector/latest/total)
![Total GitHub Downloads](https://img.shields.io/github/downloads/appium/appium-inspector/total)
[![Crowdin](https://badges.crowdin.net/appium-desktop/localized.svg)](https://crowdin.com/project/appium-desktop)---
Documentation |
Get Started |
Discussion Forum |
Help with Translations---
Appium Inspector is a GUI assistant tool for Appium, providing visual inspection of the application
under test. It can show the application page screenshot along with its page source, and includes
various features for interacting with the app.When inspecting a mobile app, the Inspector looks like this:
![Appium Inspector screenshot](./docs/assets/images/inspector-window.png)
## Installation
Appium Inspector is released in two formats:
1. Standalone desktop application for macOS, Windows, and Linux - download it from the
[**Releases**](https://github.com/appium/appium-inspector/releases) section
2. Web application - **** (note that
[CORS must be enabled](https://appium.github.io/appium-inspector/latest/troubleshooting/#cannot-start-a-session-using-browser-inspector)
in order to connect to an Appium server)Check the [System Requirements](https://appium.github.io/appium-inspector/latest/quickstart/requirements/)
and [Installation](https://appium.github.io/appium-inspector/latest/quickstart/installation/)
documentation for more details.## Features
The Inspector has many features in addition to its app inspection abilities:
- Specify the Appium server details
- Interact with the app screenshot
- Search for elements and interact with them
- Run Appium driver commands
- and more...Check the [Features documentation](https://appium.github.io/appium-inspector/latest/overview/#features-overview)
for a more comprehensive list!### Cloud Platforms
The Inspector has built-in integrations with various cloud service provider platforms:
> [!NOTE]
>
> We may remove cloud providers if they no longer work properly with this inspector, as there is no compatibility.## Reporting Issues
If you run into a problem, first check whether you can reproduce it _without_ the Inspector, by using a different Appium client.
- If the issue still exists, then it's _not_ an issue with the Inspector - report it at the [main Appium repo](https://github.com/appium/appium/issues)
- If the issue is gone, then it is likely specific to the Inspector -
[please report it in this repo](https://github.com/appium/appium-inspector/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml&title=bug%3A+%3Ctitle%3E)## Development
Want to help us develop this app? Awesome! Please check the
[Contributing documentation](https://appium.github.io/appium-inspector/latest/contributing/) for details.### Localization
Localization for the Inspector is provided by [Crowdin](https://crowdin.com/project/appium-desktop).
If you would like to help translate this app, please check the [Localization section](https://appium.github.io/appium-inspector/2023.12/contributing/#localization)
of the Contributing documentation.## Version Schema
The Inspector's version schema is `..`.
For example, the first release in the month of April in the year 2022 would be `2022.4.1`, and the
10th in that month would be `2022.4.10`.