RecorderEvents
Add the following line to your scenario code to use the events:
require(Modules.Recorder);
Constants
RecorderError
Is triggered in case of problems during the recording process
Parameters
error:
string
Error message
recorder:
Recorder that generated the event
Started
Is triggered after the recording's start
Parameters
recorder:
Recorder that generated the event
url:
string
Record URL
Stopped
Is triggered after the recording's stop
Parameters
cost:
string
Record cost (in the account's currency: USD, EUR or RUR)
duration:
number
Record duration (sec)
recorder:
Recorder that generated the event