Hi every one,
Is there a way to record IOS screen while automating, if there...please let me know , how it would be possible.
Thank you in advance,
Bhaskar.
created
Mar '15
last reply
Aug '18
- 11
replies
- 2.4k
views
- 5
users
- 3
likes
- 3
links
Hi every one,
Is there a way to record IOS screen while automating, if there...please let me know , how it would be possible.
Thank you in advance,
Bhaskar.
I built a CLI tool to do video recording (amongst other things) for iOS and Android. Should work with any framework / language where you can make a system call.
Hi Fafner,
I'm not a java developer but take a look at the link below. After you install the Flick gem, you can then execute it in your java code just like you would do any other shell command.
http://www.mkyong.com/java/how-to-execute-shell-command-from-java/98
Can you please share the command for record a video @isonic1
Sure. Go to the repo https://github.com/isonic1/flick49 and see the docs and examples. Thanks.
Yeah, pass in a -o argument to specify the output directory. flick video --help will give you the full list of arguments for that job. Passing in --help on each job will give you a full detail list of all arguments available. Let me know if I need to update the documentation to reflect this. The readme should have it if not.
Thanks @isonic1 i will try it.