How to record a screen using appium in android?
((CanRecordScreen) driver).startRecordingScreen();
Thread.sleep(10000);
((CanRecordScreen) driver).stopRecordingScreen();
Posted on April 15, 2019
By Sridatta Pani
((CanRecordScreen) driver).startRecordingScreen();
Thread.sleep(10000);
((CanRecordScreen) driver).stopRecordingScreen();
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept