iam trying to tap on an element using pointoption and it is not working
iam using the latest verison of Appium v1.10.0
below is the code in the page object
TouchAction t =new TouchAction(driver);
PointOption point=new PointOption();
public void scroll_to_orders()
{
new TouchAction(driver).tap(PointOption.point(299,437)).release().perform();
}
below is the import file
import io.appium.java_client.touch.offset.PointOption;
Need help on this
created
Jan '19
last reply
Feb '19
- 14
replies
- 639
views
- 4
users
- 1
link