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
## The problem I do a driver.context("FLUTTER) and get a strange log output which shows that the context is not switched. But the flutter driver can work afterwards in flutter...
Hi, issue with the java dependencies, error at AndroidCreateSessionTest.testCreateSession(AndroidCreateSessionTest.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135) at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:673) at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:220) at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50) at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:945) at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:193)...
 I am using Kotlin right now for the scripting and I am confused why this is existing. Any help?
Hi — I would like to ask for some professional help. I am try to create an Appium script that will utilize the appium-flutter-driver import but I am not sure...
During the tests I have found the Appium request stalls when a command is not working. For instance, I would like to add the following code in https://github.com/truongsinh/appium-flutter-driver/blob/master/example/python/example.py. ```Python counter_finder...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.1.1 to 24.1.0. Release notes Sourced from semantic-release's releases. v24.1.0 24.1.0 (2024-08-17) Features add warn type to global context.logger (#3423) (bcc663c) v24.0.0 24.0.0 (2024-05-31) Bug Fixes deps:...
I'm using Appium Inspector to automate testing of a Flutter app on an Android emulator. However, I keep encountering an issue where the Dart Observatory URL dynamically changes each time...
`flutter: isEnabled` or something. https://github.com/appium/appium-flutter-driver/issues/693#issuecomment-2145692773 does as part of this flutter driver's command.
While starting a session in flutter driver i get this error message given in the image below also my app gets started and within seconds it is closed  The...
**Summary:** when attempting on scroll the element, got error: ```unknown method: Method is not implemented``` **Logs:** ``` 2024-07-29T04:57:13.009Z DEBUG webdriver: request failed due to response error: unknown method [0-2] 2024-07-29T04:57:13.009Z...