RecorderExtensionPlugin class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
toJS
→ RecorderExtensionPlugin
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
replay(Map recording)
→ void
-
Allows the extension to implement custom replay functionality.
recording
A recording of the user interaction with the page. This
should match Puppeteer's
recording schema.
-
stringify(Map recording)
→ void
-
Converts a recording from the Recorder panel format into a string.
recording
A recording of the user interaction with the page. This
should match Puppeteer's
recording schema.
-
stringifyStep(Map step)
→ void
-
Converts a step of the recording from the Recorder panel format into a
string.
step
A step of the recording of a user interaction with the page. This
should match Puppeteer's
step schema.
-
toString()
→ String
-
A string representation of this object.
inherited