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
Please let me know is there a proper documentation setup to read for testing Flutter-Appium-Android in Windows platform ?
Hello guys, noticed that we don't have implementation for `send_text_input_action` yet, and since this being good feature to have, trying to understand as to how this can be handled currently?...
I'm trying to automate my tests on a flutter app using appium flutter driver, When I tried to perform actions on a button located in the app main screen nothing...
Hi, I'm writing you because I would like to try this library with my application written in Flutter. Actually, after having established the connection to the Appium Server using the...
As same as appium java client
Hello, thanks for maintaining this webdriver! I noticed that `await driver.elementSendKeys(emailField, "[email protected]")` doesn't work in some cases, I've built a sample app to test the driver. I've tried: ```ts await...
Hello there team, I am currently working on the e2e testing with appium for one of the projects. But usecase is i want to clear the field and enter the...
Hey I want to use Appium under Python with the Appium Flutter driver to test my Flutter application. Some things are already working, but I have a problem with the...
Hi, I'm having trouble opening an Application with the Keyword 'Open Application' from the Library AppiumFlutterLibrary. My problem is similar to #376 , #442 and #444 I connected my phone...
Hi @KazuCocoa @truongsinh , Firstly, thank you so much for the great library, but we want to use automation based on this lib for the flutter web app, could u...