I used the following code.
TouchAction tap= new TouchAction(oApp);
tap.press(200, 300).perform();
I have no luck using this.
I used the following code.
TouchAction tap= new TouchAction(oApp);
tap.press(200, 300).perform();
I have no luck using this.