remotedebug-gateway
v1.0.0
Published
remotedebug-gateway ================ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
Downloads
4
Readme
remotedebug-gateway
A gateway for RemoteDebug (Chrome Remote Debugging) connections, that allows you to connect a client to multiple browsers at once.
Features
- Chrome HTTP endpoint
/json
for compatbility with Chrome DevTools app. - Builds unified list of debuggable targets across connected browsers
- Ability to hijack and incepter requests/responses via plugin architecture
- Plugin: Enable screencasting for Chrome desktop.
- Plugin: Realtime visual regression testing.
- Keeps track of node ids from servers, and matches requests to the correct node of connected servers
Plugin: Visual regression
Installation
npm install remotedebug-gateway -g
Run
rd-gateway <url> -b <browsers
alard-gateway http://kenneth.io -b canary,opera
- The browsers should now open with the URL
- Copy paste the DevTools URL into a Chrome window that has been outputted the console.
- Party!
NOTICE: This project is highly experimental, and shouldn't be used in ANY production-like environment, as there's absolutely no security or privacy.