Skip to content

How to perform swipe action on WINDOWS? #558

Open
@BTGBIMobile

Description

@BTGBIMobile

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions