dlenroc / appium-roku-driver

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

fix: args for `execute` command #7

Closed dlenroc closed 3 years ago

dlenroc commented 3 years ago

Today during automation was discovered that args was not passed correctly to the node-roku methods, which was caused by the incorrect assumption that each parameter would be passed as separate argument.