Is anyone else seeing XCUITest fail for tap()ing elements that happen to be offscreen?The code is finding the element exists, but when calling tap(), nothing at all happens if the element is scrolled off-screen.Thanks!
Post
Replies
Boosts
Views
Activity
I have a test I want to be able to run, but need to be able to handle different states, might be logged in, might have saved login credentials in Safari, etc.When a system dialog, "Safari Saved Password" in this case, comes up, I cannot seem to affect it any way, even though I have recorded a session that selectes "Not Now", the query actually fails to find the button.The Accessibility inspector shows the button existing about 3 levels down, but there doesn't seem to be a way I can find to access it. AXApplication AXWindow AXButtonIs there a way to get to this thing?Thanks!