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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
This would be a great idea!!! But I was trying to see if we can do hit test on the CGPoints via UIkit hit test function for every CGPoint we try to hit on to limit actual tap operation to the only hittable point.
In event parameter can be specified nil. But the problem I was getting into was no reference to the hit test method. Since there is no reference to window or UIApplication.shared.window.
The problem is, the tests actually run in a completely different process than the app itself. They communicate through private IPC. You can not access anything at all from the app being tested other than what is exposed through the testing APIs, public or private.
Find clickable view and click them directly instead of clicking random locations, to compensate for the slow event generation.
The text was updated successfully, but these errors were encountered: