}
// sometimes 29, sometimes 31 depending on the timing.and 33 with ios 6...
@Test(groups = "broken")
public void findAllElements() throws InterruptedException {
List<UIAElement> elements = driver.findElements(new EmptyCriteria());
int size = elements.size();
Assert.assertTrue(size > 35);
}