ChromeDevtools class

Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
inspectedWindow ChromeDevtoolsInspectedWindow

Available on ChromeDevtools, provided by the ChromeDevtoolsInspectedWindowExtension extension

Use the chrome.devtools.inspectedWindow API to interact with the inspected window: obtain the tab ID for the inspected page, evaluate the code in the context of the inspected window, reload the page, or obtain the list of resources within the page.
no setter
network ChromeDevtoolsNetwork

Available on ChromeDevtools, provided by the ChromeDevtoolsNetworkExtension extension

Use the chrome.devtools.network API to retrieve the information about network requests displayed by the Developer Tools in the Network panel.
no setter
panels ChromeDevtoolsPanels

Available on ChromeDevtools, provided by the ChromeDevtoolsPanelsExtension extension

Use the chrome.devtools.panels API to integrate your extension into Developer Tools window UI: create your own panels, access existing panels, and add sidebars.
no setter
recorder ChromeDevtoolsRecorder

Available on ChromeDevtools, provided by the ChromeDevtoolsRecorderExtension extension

Use the chrome.devtools.recorder API to customize the Recorder panel in DevTools.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited