Spector.js
Spector.js copied to clipboard
Add Remote Device Capture
This would be very cool to have! At least Chrome on Android would already help a lot. Is there any way to help with this?
The main issue was the lack of communication between the extension and a remote browser. I wonder if the dev tools now allow easier data transfer ?
The main issue was the lack of communication between the extension and a remote browser. I wonder if the dev tools now allow easier data transfer ?
It's been awkward but there are some (dated) docs that illuminate some of the paths: https://developer.chrome.com/docs/extensions/how-to/devtools/extend-devtools#solutions
The other day @patrickkettner did confirm that a DevTools extension can communicate back and forth with a page on android Chrome.
Nice !!! so I guess @hdemmer you could maybe try to hack around this solution to see if this works and if yes, lets grow from there :-)