chrome.debugger library
The chrome.debugger
API serves as an alternate transport for Chrome's
remote debugging
protocol.
Use chrome.debugger
to attach to one or more tabs to instrument network
interaction, debug JavaScript, mutate the DOM and CSS, etc. Use the Debuggee
tabId
to target tabs with sendCommand and route events by tabId
from
onEvent callbacks.
Properties
final ChromeDebugger debugger #
Accessor for the chrome.debugger
namespace.
final ChromeDebugger debugger = new ChromeDebugger._()