How to enable wifi in local Android device using appium in pcloudy? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to enable wifi in local Android ...

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);

Leave a Reply

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