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
Introduce API's for iOS for tapping/long-pressing at screen coordinates, so as to allow for tapping/pressing on view's that are adjacent to easy-to-match views (as in one internal use case).
In conjunction with getAttributes(), it can be fairly easy to calculate the coordinates in a fairly precise, stable (cross-device) way.
Note: On Android, this would be a wrapper around device.getUiDevice().click(x, y)for the tap case. Long-press, however, remains a TBD.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this repository, read this discussion.
Describe your idea
Introduce API's for iOS for tapping/long-pressing at screen coordinates, so as to allow for tapping/pressing on view's that are adjacent to easy-to-match views (as in one internal use case).
In conjunction with
getAttributes()
, it can be fairly easy to calculate the coordinates in a fairly precise, stable (cross-device) way.@ArtiomBodilovski
The text was updated successfully, but these errors were encountered: