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

pagestopRecording

Last updated