Appium 1.7.0 claims there is a method to start and stop recording in android , does anyone knows how to use it?

I want to record my android screen for my script execution. Is there any direct functionality to do it in Appium 1.7.0. I have tried using adb screenrecord command but it maximum record time is 3 minutes.

Try this project https://github.com/isonic1/flick

Hi Vikram, flick projects seems to be useful. I have couple of questions:

  • Can I install flick on windows system ?

  • Can it be integrated with appium as I guess, both appium and flick will use adb in back end and may cause issue ?

start, stop recording functionality is not implanted by clients yet https://github.com/appium/appium/issues/9340