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 107 appium-flutter-driver issues
Sort by recently updated
recently updated
newest added

**Prerequisite:** External USB drive is connected to the mobile device and the automation scripts are running wireless. **Description:** I'm running an flutter debug android mobile application which needs some native...

**Stack:** ``` Android 12.0 (emulator) Maven 3.9.1 Java 11 MacOS 13.0 Appium 2.0.0-beta.52 Java Client 8.3.0 Selenium Java 4.8.0 TestNG 7.7.0 ``` **Description:** Since we have no displayed keyboard in...

Background: I am working on a Flutter application and using Flutter Driver for automated testing. In my test script, I'm attempting to retrieve the text of an element with the...

NeedInfo

The widget which is opened by **showMaterialModalBottomSheet** and its descendants cannot be found using byValueKey, byText, etc. All other elements can be found if it's not opened by **showMaterialModalBottomSheet** Is...

Can we able to find a element byText which is a RichText Widget

help wanted

Is it possible to capture code coverage reports using appium, the same way as for the integration_test e.g. flutter test --coverage ?

enhancement
help wanted
NeedInfo

Hi @truongsinh I'm starting a PoC with Java using your code, but I had to build the Java Finder in my machine. Do you have plans to publish this package...

enhancement
help wanted

Hi Kazuaki Matsuo, We have a ListView in our flutter Application. I want to click the First Element of the ListView. Tried to do it in several ways but couldn't...

question

Hello! I'm using this plugin but it seems I cannot simulate some keyboard events like pressing enter. I would like to know if there is a way for that. I...