You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this file, there is an option to check for the device bounds. However, there is no actual utilization of that ability. I'm requesting a method that would allow us to test tapping outside of perceived bounds of the device for exploration of edge (literally) cases such as tapping elements under decorations.
I assume W3C don't have this check. Nevertheless, there maybe was a reason to put it there. Have you tried if touch actions actually succeed if performed outside of UiDevice boundaries?
https://github.com/appium/appium-uiautomator2-server/blob/master/app/src/main/java/io/appium/uiautomator2/utils/PositionHelper.java
In this file, there is an option to check for the device bounds. However, there is no actual utilization of that ability. I'm requesting a method that would allow us to test tapping outside of perceived bounds of the device for exploration of edge (literally) cases such as tapping elements under decorations.
This would also function as a workaround for appium/appium#8724
The text was updated successfully, but these errors were encountered: