Starts screen recording.
Depending on the TestObject either the local desktop, a remote browser application or a mobile device screen gets recorded.
result = testObject.StartScreenRecording([useCompression, outputPath])
Variable | Description |
---|---|
result | The target location of the recording. String. |
useCompression | Optional: If true the recorded video represents a time lapse of the recorded scene, otherwise the full scene gets recorded. Boolean. |
outputPath | Optional: Target location for the recorded video. String. |