This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 3
Oct 2017

I’m trying to record video with latest appium java-client version, but can not see anything…

  • created

    Oct '17
  • last reply

    Jan '18
  • 2

    replies

  • 1.0k

    views

  • 2

    users

  • 2

    links

3 months later

you can use adb command to record your device screen

adb -s {Device_Serial} shell screenrecord /sdcard/testRecord.mp4