public void testPinchClose() {
Point closeFrom = new Point(756, 612);
Point closeTo = new Point(856, 612);
IOSTouchScreen iosTouchScreen = IOSDriverAugmenter.augment(driver);
iosTouchScreen.pinchCloseFromToForDuration(closeFrom, closeTo, 3);
waitForElement(driver,
By.xpath("//UIAStaticText[contains(@name, 'scale: 0.011 - velocity: 0.000')]"),
6);