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 your test directory.

stopRecording

Last updated