headspinio / appium-tizen-tv-driver

A Samsung Tizen TV driver for Appium
Apache License 2.0
10 stars 2 forks source link

feat: allow apps at a remote location #633

Open jeroen-tempels opened 3 weeks ago

jeroen-tempels commented 3 weeks ago

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.