appium-flutter-driver
appium-flutter-driver copied to clipboard
Appium Flutter Driver is a test automation tool for Flutter apps on multiple platforms/OSes. Appium Flutter Driver is part of the Appium mobile test automation tool maintained by community
like https://github.com/appium/appium-xcuitest-driver/blob/93da8b20cd0a7266123f8a9d9bd3cb4f423a6398/lib/commands/proxy-helper.js#L87 Maybe `socket.setTimeout(timeout)` as general NodeJS?
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...
## Description: There is no such tool available now that can retrieve flutter finders. Need to build an inspector it may integrate with Appium Desktop or Maybe an independent tool...
How to implement common finder > byIcon using java appium flutter driver? I added following finder in my FlutterFinder.kt file fun byIcon(icon: IconData): FlutterElement { val f = _byIcon(icon) f.setParent(driver)...
decoration: InputDecoration( labelText: "test lebel text", errorText: _test error text  ,
I am using Appium flutter driver to automate flutter app, but face below problem for sendkeys(); I am not able to use sendkeys(); method to pass value to the widgets....
I have a login screen with two text fields. one for an email and one for a password. In my flutter tests I enter this await tester.enterText(find.byType(TextField).first, email); trying to...
Problem Statement : - I am trying to perform simple click operation on button with keyValue attached to it "FILTER_BUTTON" - Its not clicking on it though element is being...
Are there any plans to add support for the desktop platforms supported by Flutter? i.e. macOS, Linux and Windows. https://docs.flutter.dev/development/platform-integration/desktop What changes would be required to add this feature?
After taking forever to get this setup, I finally have a working instance of a Flutter Driver. My issue is that every command I run results in `Responding to client...