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