This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
18 days later
1 month later
Could you please share us, LongPress on coordinates with duration? I have tried but I can’t. What I have tried
//LongPress on coordinates with duration:
new TouchAction((AndroidDriver)driver).longPress(longPressOptions().withElement((ElementOption) point(xPoint, yPoint)).withDuration(Duration.ofMillis(duration))).release().perform();
2 months later