PharmEasyEngg / lampo

Lampo is developed to run appium mobile automation scripts on mobile devices connected to remote machines. It also aims at allowing users to interact with remotely connected devices for manual testing.
Other
42 stars 6 forks source link

How we can start the recording and pulling the video to local system? #4

Closed Jitu1888 closed 1 year ago

Jitu1888 commented 2 years ago
  1. Need some ADB commands, how to do it through service?
sarathpharmeasy commented 1 year ago

Please refer the below docs @Jitu1888 :

https://appium.io/docs/en/commands/device/recording-screen/start-recording-screen/ https://appium.io/docs/en/commands/device/recording-screen/stop-recording-screen/

adb shell screenrecord /sdcard/video.mp4 adb pull /sdcard/video.mp4