Examples of pinchCloseFromToForDuration()


Examples of org.uiautomation.ios.client.uiamodels.impl.augmenter.IOSTouchScreen.pinchCloseFromToForDuration()

  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);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.