Posts

Post not yet marked as solved
0 Replies
222 Views
Based on documentation, I would assume item scanning in Accessibility mode's Switch Control utilizes the underlying API - Focus-based Navigation from UI Kit (please correct me if I'm wrong). Where is the documentation for the other type of scanning it shows in the above link, point scanning? Thanks.
Posted
by dlew00.
Last updated
.
Post marked as solved
2 Replies
344 Views
I would like to click an element without user input. I see it's possible in XCUIElement which is a part of the XCTest framework to ensure things are working correctly, and I'm aware of various other testing frameworks that support E2E testing with simulated clicks. But is it possible to trigger this in production outside of testing? E.g. How app remotes work for a TV - pressing a button on the app will move right, left, or click an object on the TV (only remove the TV from this question and have it target the OS it's running on)
Posted
by dlew00.
Last updated
.