How to Execute ADB command in pcloudy android devices? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to Execute ADB command in pcloudy ...

How to Execute ADB command in pcloudy android devices?


Code Snippet:

Object obj = driver.executeScript("pCloudy_executeAdbCommand", "adb devices");
          System.out.println("@Output: " + obj);

Leave a Reply

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