Posts

Post marked as solved
7 Replies
4.9k Views
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!
Posted
by Monicker.
Last updated
.
Post not yet marked as solved
14 Replies
21k Views
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!
Posted
by Monicker.
Last updated
.