headspinio / appium-tizen-tv-driver

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

feat: improve older platform version handling such as 2016 #599

Closed KazuCocoa closed 2 months ago

KazuCocoa commented 2 months ago

I learned

So, this PR does

  1. not support JS mode (chromedriver automation) for lower than 2.4 tizentv platform version as imcompatibility. Instead, if the given caps uses remote mode, the session will work rcOnly mode
  2. modify debug command syntax for 4.0+ or lower than 4.0.

Possibly this will close https://github.com/headspinio/appium-tizen-tv-driver/issues/584 also. This PR helps https://github.com/headspinio/appium-tizen-tv-driver/issues/548 as well.