How to enable wifi in local Android device using appium in pcloudy?
String cmd1="adb shell am startservice --user 0 -n com.pcloudy.services/.wifiservice --ei \"op\" 0";
driver.executeScript("pCloudy_executeAdbCommand", cmd1);
Posted on August 20, 2019
By Sridatta Pani
String cmd1="adb shell am startservice --user 0 -n com.pcloudy.services/.wifiservice --ei \"op\" 0";
driver.executeScript("pCloudy_executeAdbCommand", cmd1);
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