Open
Description
Description
Appium5.0 beta build.
It seems the TouchAction can't perform real action on Windows10 platform.
Environment
Windows10
Details
TouchAction touchAction = new TouchAction(windowsDriver);
touchAction.press(startX, startY).waitAction(duration).moveTo(endX, endY).release().perform();
It will throw errors when using code above.
FAILED: swipe
org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: [object Object] (WARNING: The server did not provide any stacktrace information)
Does anyone know how to do swipe for UWP?