-
Notifications
You must be signed in to change notification settings - Fork 40
How to use with browserremote.herokuapp.com
Kenneth Auchenberg edited this page Jun 29, 2015
·
3 revisions
- User needs to download BrowserRemote to their computer from https://github.com/auchenberg/browser-remote/archive/master.zip
- Open Chrome -> Extensions -> Load unpacked extension -> Choose
chrome-extension
folder from the unzipped folder of master.zip - Open the page you wanna debug in Chrome.
- You or the user needs to call the API
window.remoteDebug.getDebugSocket('Demo')
from the page you want to debug. 4.1 If user: Ask user to pastejavascript:window.remoteDebug.getDebugSocket('Demo')
in the URL bar. - Visit
http://browserremote.herokuapp.com/json
and copy thedevtoolsFrontendUrl
for the relevant target - Open new tab in Chrome with the copied URL
- Enjoy the show
NOTICE There's absolutely no privacy here. Everyone can access the connections if they know the URL.