osnap icon indicating copy to clipboard operation
osnap copied to clipboard

Capturing Movies

Open skellock opened this issue 7 years ago • 0 comments

Add support for capturing movies too.

ios

https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/InteractingwiththeiOSSimulator/InteractingwiththeiOSSimulator.html#//apple_ref/doc/uid/TP40012848-CH3-SW4

xcrun simctl io booted recordVideo <filename>.<extension>

android

https://developer.android.com/studio/command-line/adb.html#screenrecord

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

skellock avatar Jun 04 '17 23:06 skellock