ChromeDevtoolsRecorder class
Methods
-
createView(String title, String pagePath)
→ RecorderView
-
Creates a view that can handle the replay. This view will be embedded
inside the Recorder panel.
title
Title that is displayed next to the extension icon in the
Developer Tools toolbar.
pagePath
Path of the panel's HTML page relative to the extension
directory.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
registerRecorderExtensionPlugin(RecorderExtensionPlugin plugin, String name, String mediaType)
→ void
-
Registers a Recorder extension plugin.
plugin
An instance implementing the RecorderExtensionPlugin interface.
name
The name of the plugin.
mediaType
The media type of the string content that the plugin
produces.
-
toString()
→ String
-
A string representation of this object.
inherited