Tagged Questions
3
votes
2answers
1k views
iOS UIAutomation UIAElement.isVisible() throwing stale response?
I'm trying to use isVisible() within a loop to create a waitForElement type of a function for my iOS UIAutomation. When I try to use the following code, it fails while waiting for an element when a ...