dlenroc / appium-roku-driver

WebDriver for testing channels / screensavers on roku devices
MIT License
10 stars 0 forks source link

Make appium:app capability optional #63

Closed quidow closed 10 months ago

quidow commented 10 months ago

Hello @dlenroc, I really appreciate your work here, just want to left a small suggestion. Is it possible to make appium:app capability optional? In my case, I need to test many applications in one session. Actually I was able to resolve that by using Appium Commands, but it would be great to be able to omit this capability.

dlenroc commented 10 months ago

Thanks, @quidow! I've made the appium:app capability optional in @dlenroc/appium-roku-driver@0.9.1 release.

PS: When app is not specified, appium:arguments, appium:registry, and appium:entryPoint are ignored. So Appium/Roku commands or ODC launch arguments may need to be used if their behavior is needed.

quidow commented 10 months ago

Wow, thanks for your quick update! I just tested it, works like a charm.