With the Capture feature
Please refer to Genymotion PaaS/Device image user guide: Capture feature
With ADB
1. Connect your instance to adb
2. Use the adb shell screenrecord command
With HTTP API
1. From your instance web display, go to API reference (see Genymotion HTTP API )
2. Use the API called shell. This API allows passing commands to execute on the device.
3. Use the command screenrecord [options] /sdcard/record.mp4. This will record your screen in a record.mp4 file in /sdcard which can be retrieved with the files HTTP API.