I want to delete a file, is there a way to do this in Appium?
You can use adb:
adb shell rm <file>
Hi @kirill ... I think you are master with the commands..nice info.
Hah. Thank you! Glad to help!
This works fine when Appium is not running its adb session. Is it possible to attach to Appium adb session?