headspinio / appium-tizen-tv-driver

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

fix: try to launch gallery #587

Closed KazuCocoa closed 2 months ago

KazuCocoa commented 2 months ago

Current browser app could get an error below, which prevent launching existing app.

$ tizen run -p org.tizen.browser -s <device>
Launching the Tizen application...
--------------------
Platform log view
--------------------
The app with ID: org.tizen.browser is not available for the user 5001
Could not launch the null application.

It looks like gallery app helped in this case. I also observed that org.tizen.homesetting, for example, succeeded in launching but it did not show anything on the screen. Maybe this kind of app does not work for this launching existing app's intention. So for now, we should keep maintain whitelist for this usage.