dlenroc / appium-roku-driver

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

fix: handle `inheritParentTransform` attribute #74

Closed dlenroc closed 7 months ago

dlenroc commented 7 months ago

Improved element position detection for ECP context by handling inheritParentTransform attributes. This small change not only enhances the getElementRect command but also increases the cases where pointerMove actions can be used directly, without the need for manually checking if we reached the desired element after pressing some directional key.

Others: