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

Hello, We have tried following Flutter SDK versions: 1. 3.13.9 2. 3.16.9 3. 3.7.12 Default counter example. We compile build for Android (APK) with --debug or --profile. Use the same...

I've tried a few of the scroll methods but none of them seem to be working (python, flutter, iOS) ## Environment iPad Pro 16.6.1 ``` flutter --version Flutter 3.13.0 •...

question

My problem is 1. Case1: don't see view scroll when run command command `flutter:scrollIntoView`. I has modal contain list country and i want scroll up and select item into list...

can anyone help me with the tap & hold function of an element with appium-flutter driver?

question

![image](https://github.com/appium/appium-flutter-driver/assets/51763962/22790524-3d31-4fbc-b7c4-05ab85055804) Here is my appium.log, attaching it as a file because then message is too long [appium.log](https://github.com/appium/appium-flutter-driver/files/13713698/appium.log)

question

I sometime has error strange. Example First i wait for button has text "Next Dropoff" = > it return true After this,I call command tap on the Element has Text...

question

please what can i do to solve this issue? this is a snippet of the log: --> POST /session/01785107-0194-4c8d-8947-6e892f3bac87/element/eyJmaW5kZXJUeXBlIjoiQnlWYWx1ZUtleSIsImtleVZhbHVlU3RyaW5nIjoic3BsYXNoLWZvcndhcmQtYnV0dG9uIiwia2V5VmFsdWVUeXBlIjoiU3RyaW5nIn0/click [HTTP] {} [FlutterDriver@c1a3 (01785107)] Calling AppiumDriver.click() with args: ["eyJmaW5kZXJUeXBlIjoiQnlWYWx1ZUtleSIsImtleVZhbHVlU3RyaW5nIjoic3BsYXNoLWZvcndhcmQtYnV0dG9uIiwia2V5VmFsdWVUeXBlIjoiU3RyaW5nIn0","01785107-0194-4c8d-8947-6e892f3bac87"] [FlutterDriver] Executing...

question

https://api.flutter.dev/flutter/flutter_driver/FlutterDriver/waitUntilFirstFrameRasterized.html Perhaps https://github.com/appium/appium-flutter-driver/issues/639 situation could be improved

enhancement

Flutter App in Profile mode Error - No observatory URL matching to '/(Observatory listening on |An Observatory debugger and profiler on\s.+\sis available at: |The Dart VM service is listening on...

question

### Current Behavior Currently, we are unable to inspect our flutter app using Appium Inspector. Everytime, the Inspector infinitely loads and this is what we are getting from the Appium...

enhancement
help wanted