You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
--start-debugger-server [ws:][ <port> | <path> ] Start the debugger server on
a TCP port or Unix domain socket path. Defaults to TCP port
6000. Use WebSocket protocol if ws: prefix is specified.
The text was updated successfully, but these errors were encountered:
So far I see 2 ways to get all the RDM functionality after switching to this._send('Marionette:SetContext', { value: 'chrome' }):
simulate bunch of shortcuts/keypresses to control RDM elements – this seems to be flaky and fragile
find out how to invoke ResponsiveUIManager() programmatically – it's bound to ctrl-shift-m somewhere in chrome context
deepsweet
changed the title
investigate Firefox "debugger server" thing
investigate Firefox "debugger server" and Remote Debugging Protocol things
Aug 25, 2018
The text was updated successfully, but these errors were encountered: