Category:
Appium
public void tapByCoordinates (int x, int y) {
TouchAction touch = new TouchAction(driver);
touch.tap(point(x,y))
.waitAction(waitOptions(ofMillis(250))).perform();
}
Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions
public void tapByCoordinates (int x, int y) {
TouchAction touch = new TouchAction(driver);
touch.tap(point(x,y))
.waitAction(waitOptions(ofMillis(250))).perform();
}