Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 390 Bytes

startrecording.md

File metadata and controls

20 lines (15 loc) · 390 Bytes

startRecording

To start a screen recording, add the - startRecording: name command to your Flow like this:

appId: yourAppId
---
- launchApp
- startRecording: recording
...
- stopRecording
...

Your recording will then be available in the same directory as the test flow.

{% content-ref url="stoprecording.md" %} stoprecording.md {% endcontent-ref %}