dlenroc / appium-roku-driver

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

fix: handle `extends` attribute #54

Closed dlenroc closed 2 years ago

dlenroc commented 2 years ago

Updated XPath selectors to take into account the extends attribute during element identification (this solution is far from final, but helps to cover more cases without major refactoring)

Also updated all @appium/* dependencies and pinned the current state with npm-shrinkwrap.json to avoid unwanted surprises.