DeviceManager icon indicating copy to clipboard operation
DeviceManager copied to clipboard

Boot and Install on Real Devices

Open ramgiteng opened this issue 6 years ago • 3 comments
trafficstars

Hi, is there a way to boot a connected real device as well as install applications on real device? I want to be able to boot all/selective real devices and install applications on real devices. Is this possible?

ramgiteng avatar Apr 03 '19 14:04 ramgiteng

U definitely can't boot the device. But yes, you can install applications

saikrishna321 avatar Apr 03 '19 16:04 saikrishna321

Thank you, Sai. Suppose a website has a number of new builds for the same app and I want the app on all my real devices to upgrade to the latest build. I am trying to fetch the URL of the latest build from the website so that the respective app will be able to upgrade on its own on all the real devices during every build is out. Is this possible?

ramgiteng avatar Apr 04 '19 20:04 ramgiteng

Appium downloads apps from URL and installs on it's own. Provide the app path as URL in capabilities

saikrishna321 avatar Apr 04 '19 22:04 saikrishna321