How to screen record with Genymotion PaaS/Device image?

How to screen record with Genymotion PaaS/Device image?

With the Capture feature

Please refer to Genymotion PaaS/Device image user guide:

With ADB

Connect your instance to adb

1.

Use the adb shell screenrecord command

2. Use the adb shell screenrecord command (see )

With HTTP API

Go to API reference

1. From your instance web display, go to API reference (see )

Use the shell API

2. Use the API called shell. This API allows passing commands to execute on the device.

Use the screenrecord command

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.

> Note: The default recording time limit is 180 seconds. This can be changed with --time-limit option. Maximum value is 86400 (24 hours).