Issue with Appium Methods in Java Flutter Finder #18
Unanswered
KasunYapa96
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use usual Appium methods like
isEnabled()
andisDisplayed()
in my Flutter app automation project using Java and the Java Flutter Finder library. However, these methods are giving me a Java terminal error:org.openqa.selenium.UnsupportedCommandException: {"value":{"error":"unknown method","message":"Method has not yet been implemented","stacktrace":"NotYetImplementedError: Method has not yet been implemented
It seems that these methods are not yet implemented in the Java Flutter Finder library. Could you please provide guidance on how to proceed or if there are any workarounds for this issue? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions