StopVideoRecord()
|
|
|
|
|
|
|
These commands gives you the ability to video record the test execution, and later view it as part of the generated report .
None
The command is used after the command StartVideoRecord and stops the current recording.
When recording video, the command StopVideoRecord is called automatically in the end of the test (the generate report command).
Example:
The record will start once the command StartVideoRecord is executed in the script, and will stop when the command StopVideoRecord called.
To launch the video, choose the StopVideoRecord command. This step will include the video of the execution.
Note: There is no limitations on the number of different videos that can be generated during a single script. You can add the StartVideoRecord / StopVideoRecord commands multiple times during a script, and for each block the video will show in the report under the proper StopVideoRecord command.
client.startVideoRecord();client.stopVideoRecord();client.StartVideoRecord();client.StopVideoRecord();client.StartVideoRecord Reportclient.StopVideoRecord Reportself.client.startVideoRecord()self.client.stopVideoRecord()$client->startVideoRecord();$client->stopVideoRecord();