How to Execute ADB command in pcloudy android devices?
Code Snippet:
Object obj = driver.executeScript("pCloudy_executeAdbCommand", "adb devices"); System.out.println("@Output: " + obj);
Posted on April 3, 2019
By Shibu Panda
Object obj = driver.executeScript("pCloudy_executeAdbCommand", "adb devices"); System.out.println("@Output: " + obj);