Closed jeroen-tempels closed 3 months ago
Thank you, I'll take a look later.
Perhaps using https://github.com/appium/appium/blob/89f2e25a6cf6c5bebf6f23eaa899d1c722baf41b/packages/base-driver/lib/basedriver/helpers.js#L69 would be nice to support file download as same as other Appium drivers do. I'll check this case also.
Does https://github.com/headspinio/appium-tizen-tv-driver/pull/663 work for you?
Does #663 work for you?
Jup, works for me! Thanks!
Thank you for the confirmation!
0.12.1
+ should have this.
This change was inspired by the android appium driver. The driver has support for appium:app where the passed file is not a local file but lives somewhere in the cloud. This PR adds support for files hosted over https. It downloads the given file to a temporary folder and installs the app from there.