Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

Tap by coordinates

Category: Appium
public void tapByCoordinates (int x,  int y) {
        TouchAction touch = new TouchAction(driver);
             touch.tap(point(x,y))
            .waitAction(waitOptions(ofMillis(250))).perform();
    }

Leave a Reply

Your email address will not be published. Required fields are marked *