How to record a screen using appium in android? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to record a screen using appium ...

How to record a screen using appium in android?



 ((CanRecordScreen) driver).startRecordingScreen();
  Thread.sleep(10000);
 ((CanRecordScreen) driver).stopRecordingScreen();

Leave a Reply

Your email address will not be published. Required fields are marked *