appium-flutter-driver icon indicating copy to clipboard operation
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

Results 97 appium-flutter-driver issues
Sort by recently updated
recently updated
newest added
trafficstars

while i running the automation, i got error Original error: connect ECONNREFUSED 127.0.0.1:8100 environment : device : simulator ios 17.2 xcode : 15.2 the app and wda not installed here...

**Framework and Tools:** - WebdriverIO (wdio) with JS - Appium - appium-flutter-driver **Problem Description:** I am using the WebdriverIO (wdio) framework combined with appium-flutter-driver to automate a Flutter application. The...

Maybe we also should support `A Dart VM Service on xxxxx is available at: http://127.0.0.1:56083/xyz=/` format as well? https://github.com/flutter/flutter/blob/414d9238720a3cde85475f49ce0ba313f95046f7/dev/devicelab/lib/framework/utils.dart#L740 https://github.com/search?q=repo%3Aflutter%2Fflutter%20%22A%20Dart%20VM%20Service%22&type=code While https://github.com/flutter/flutter/blob/master/dev/devicelab/lib/framework/runner.dart#L219 already exists. So this may not be necessary...

### Summary `flutter:scrollIntoView` always scrolls inner most ListView and scrolls indefinitely, even when specifying ListView with `flutter:scrollUntil` ### Code ``` ... capabilities = XCUITestOptions().load_capabilities(capabilities) driver = webdriver.Remote(appium_server_url, options=capabilities) driver.execute_script("flutter:scrollIntoView", locator,...

The flutter allows us add new custom command extension [CommandExtension](https://api.flutter.dev/flutter/flutter_driver_extension/CommandExtension-class.html) But the appium flutter driver just allows the basic command [execute](https://github.com/appium/appium-flutter-driver/blob/v2.6.0/driver/lib/commands/execute.ts#L24) I tried to use [@appium/execute-driver-plugin](https://www.npmjs.com/package/@appium/execute-driver-plugin) to reach to driver.executeElementCommand...

enhancement
help wanted

When i update from 1.17.1 to 2.2.2. My test case worked well in version 1.17.1 but not in 2.2.2. It sometime will not work. Seem it happen when has scrollUntil...

**Flutter app information:** `Flutter (Channel stable, 3.16.5, on macOS 13.6.1 22G313 darwin-arm64, locale en-VN) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop...

I have element like this ![image](https://github.com/appium/appium-flutter-driver/assets/51763962/3535f16a-70e4-4c3b-b3fc-5e3deb69b49a) As you can see, there is a label for text field called "Full Name" and name value itself. How I can validate that this...

question