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

Hi @KazuCocoa . I have a problem. Before: I used version 1.14.0. It still using normal (quickly) After: I update it to 2.0.0. Element is displayed in screen but command...

I set the wait time ,but it does't working. code : flutterDriver = new AndroidDriver(new URL("http://127.0.0.1:4723/"), capabilities); flutterDriver.manage().timeouts().implicitlyWait(Duration.ofSeconds(30)); appiumDriver = new AndroidDriver(new URL("http://127.0.0.1:4723/"), appiumCapabilities); FlutterFinder finder = new FlutterFinder(flutterDriver); Thread.sleep(10000);...

NeedInfo

I have a button(s) in my flutter app that will appear as many times as a given input; using it for a detecting bluetooth devices. So for every bluetooth device...

How can we handle multiple context switching from native to flutter to native using Appium? Switching context from native to flutter works seamlessly with appium flutter driver. Switching context back...

NeedInfo

I have a very simple experimental test for Flutter driver. I just want to try to click an element in a flutter app. I am using `https://github.com/ashwithpoojary98/javaflutterfinder` as Java client...

NeedInfo

Blank Screen is displayed after launching debug app of flutter with settings of appium Followed steps in below links https://www.lambdatest.com/support/docs/testing-flutter-apps/ https://testingbot.com/support/mobile/flutter.html#start

question

Is there an option in appium flutter driver to check if a particular element is disabled.

question

i'm finding an issue with appium : the problem that i want the app to reset after each test case : for example here i want the app to reset...

enhancement

with https://github.com/appium-userland/appium-flutter-driver/blob/main/driver/release.sh Current step probably can use semantic-releases as same as other drivers. The broken package in 1.20.0 was probably the file open limit affected on my local. Then, `npm...

We have these Flutter checkboxes in our AUT, but I can't see any programmatic way from the appium-flutter-driver to be able to determine its checked property - any suggestions on...

help wanted