New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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
Version published
Maintainers
0
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

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

Development

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

Release

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

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

License

Apache-2.0

Keywords

appium

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