appium-flutter-driver
appium-flutter-driver copied to clipboard
swipe and drag n drop
iam trying to automate a flutter app in java and can't really perform any type of gestures in the app does appium-flutter-driver support swipe and dragndop if so could someone share a sample code or project related to it
I am trying to perform swipe operation in flutter app. Did you found the solutions?
Still need a drag and drop function in appium-flutter-driver but there is no one. Is there any plan for adding it?
Afaik, the only way is in NATIVE_APP context's UIA2/XCUITest's gestures,
If anyone figures out a way to achieve it in the flutter context, it is appreciated to create PRs.
I want to perform to automate some gestures like swipe, long press, & press, etc. in the flutter application, I have already installed appium flutter driver, but still unable to run the program with it. Please suggest any commands to run this?