Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

appium-inspector-plugin

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-inspector-plugin

An app inspector for use with an Appium server

  • 2024.12.1-beta.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
483
increased by4.09%
Maintainers
0
Weekly downloads
 
Created
Source

Appium Inspector Plugin

npm version Downloads

A plugin that integrates the Appium Inspector directly into your Appium server installation, providing a web-based interface for inspecting and interacting with your application under test.

Features

  • Web-based Appium Inspector interface accessible via /inspector endpoint with appium server
  • Full feature parity with standalone Appium Inspector

Installation

appium plugin install --source=npm appium-inspector-plugin

[!Note] Appium 3 will support this plugin as a first-class plugin with appium plugin install inspector

Usage

  1. Start Appium server with the inspector plugin enabled:
appium --use-plugins=inspector --allow-cors
  1. Access the Inspector interface by navigating to:
http://localhost:4723/inspector

Development

  1. git clone this repositiry
  2. Run npm install in /path/to/appium-inspector/plugins
  3. appium plugin install --source=local /path/to/appium-inspector/plugins
  4. Update the plugin content with npm run build:plugin in /path/to/appium-inspector
  5. Start Appium with appium --use-plugins=inspector --allow-cors

Release

(TODO: add this release steps in .github/workflows/package.yml later as another PR)

  1. Run npm run plugin:sync:version to sync the version with the root project.json
  2. Run npm publish in /path/to/appium-inspector/plugins to publish the module

License

Apache-2.0

Keywords

FAQs

Package last updated on 12 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc