How to find performance data of an android device ? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to find performance data of an ...

How to find performance data of an android device ?



List> performanceData = ((HasSupportedPerformanceDataType) driver).getPerformanceData("com.pcloudy.appiumdemo", "cpuinfo", 5);
System.out.println(performanceData);

Leave a Reply

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