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

edge-diagnostics-adapter

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-diagnostics-adapter

Microsoft Edge Diagnostics Adapter

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
increased by225%
Maintainers
1
Weekly downloads
 
Created
Source

Edge Diagnostics Adapter

Edge Diagnostics Adapter is a protocol adaptor that enables tools to debug and diagnose Edge using the Chrome Debugging Protocol.

Installation

For now we provide binaries on our releases page and via NPM.

Install via NPM

npm install edge-diagnostics-adapter

Binary is now located in ./node_modules/edge-diagnostics-adapter/dist/<platform>

Usage

./<path>/EdgeDiagnosticsAdaptor.exe
  • --help - show available commands
  • --launch <url> - for opening Edge with a specific URL.
  • --port <url> - the port number to listen on. Default is 9222.
  • --killall - kills all running Edge processes.
  • Ctrl-C to quit. Also, the adaptor can be left running as a background process.
Usage via node.

To simplify usage with Node we are also providing edge-diagnostics-launch, that works a simple wrapper for the Edge Diagnostics Adapter.

View and inspect debuggable targets

Navigate to localhost:9222. You'll see a listing of all debuggable targets.

Supported features and API

See supported features and API or download the protocol.json.

Building & Contributing

To build and contribute to this project take a gander at the wiki pages on building and contributing (coming soon).

Keywords

FAQs

Package last updated on 20 Apr 2016

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