Hi,
While executing our automation scripts through Appium Studio in CLOUD ANDROID DEVICES, then what will will be the code to clear the APP DATA in android devices in cloud, as the code [[ Runtime.getRuntime().exec("adb shell pm clear " + appPackage); ]] will work if the mobile device is connected to CPU physically and executed over Appium Studio. But for CLOUD ANDROID Devices how do the ADB SHELL commands can be executed to clear app data.
But for SEETEST AUTOMATION tool we have the command [[ driver.application(“com.experitest.simplebrowser”).clear(); ]] which will perform clear app data, which is not working in Appium Studio version 10.9.
Can you please suggest.
Thanks
happy I could assist